From bc779857fd04c84ec3bab92967c272ffa7899c7e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 19 Oct 2017 22:50:13 +0200 Subject: Make one of the tests a bit harder --- tests/storycode_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/storycode_test.c b/tests/storycode_test.c index 1cd4d61..d2a3311 100644 --- a/tests/storycode_test.c +++ b/tests/storycode_test.c @@ -54,8 +54,8 @@ int main(int argc, char *argv[]) int v = 0; int r; - r = test_sc("\\bg[a=b]{wibble \\f{wobble}}\\bg{rwawr}\\muhu Wobble" - "\\wibble{}\\f{wibble \\bg[muhu]{wobble}}\\frib[\\f] f"); + r = test_sc("\\bg[a=b]{wibble \\f{wobble}}\\bg{rwawr\ngrrr}\\muhu Wobble" + "\\wibble{}\\f{wibble \\bg[muhu]{wobble\nwibble\nwabble}}\\frib[\\f] f"); if ( r ) v = 1; r = test_sc("A B C \\wibble\\\\w"); -- cgit v1.2.3