aboutsummaryrefslogtreecommitdiff
path: root/tests/storycode_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storycode_test.c')
-rw-r--r--tests/storycode_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/storycode_test.c b/tests/storycode_test.c
index 7d73c41..1cd4d61 100644
--- a/tests/storycode_test.c
+++ b/tests/storycode_test.c
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
"\\wibble{}\\f{wibble \\bg[muhu]{wobble}}\\frib[\\f] f");
if ( r ) v = 1;
- r = test_sc("A B C \\wibble");
+ r = test_sc("A B C \\wibble\\\\w");
if ( r ) v = 1;
return v;