aboutsummaryrefslogtreecommitdiff
path: root/tests/storycode_test.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-12 22:20:07 +0100
committerThomas White <taw@bitwiz.org.uk>2014-01-12 22:20:07 +0100
commite0cfd1748e891548cadab2500447e2e944d08600 (patch)
tree1d1b1babf4fb5e91dfbf66fc3559b2aefb3ea1cb /tests/storycode_test.c
parentd66704db5091ec97d57a6939ecef8f33fb1aac76 (diff)
Most of the new interpreter structure
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;