aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-10-19 22:50:13 +0200
committerThomas White <taw@physics.org>2017-10-19 22:50:13 +0200
commitbc779857fd04c84ec3bab92967c272ffa7899c7e (patch)
treee84417ed43c3f7b43c48f764ddef157fcf395d7e /tests
parent7f2d0abd61d9d25c7c07ad1de1de2e6067c22b3e (diff)
Make one of the tests a bit harder
Diffstat (limited to 'tests')
-rw-r--r--tests/storycode_test.c4
1 files changed, 2 insertions, 2 deletions
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");