aboutsummaryrefslogtreecommitdiff
path: root/tests/storycode_test.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-09-03 23:21:00 +0200
committerThomas White <taw@bitwiz.org.uk>2012-09-03 23:21:00 +0200
commit88c6e75ed27d3445adcb18f1656e5c1fbc207372 (patch)
tree62c8916eca756dadb755d0c06d146eb1239a8433 /tests/storycode_test.c
parent00e904ae007f69ebdf9fdb032bdcaa10c9e58e98 (diff)
More parser work
Diffstat (limited to 'tests/storycode_test.c')
-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 e9987ef..5fbde5a 100644
--- a/tests/storycode_test.c
+++ b/tests/storycode_test.c
@@ -35,8 +35,8 @@ int main(int argc, char *argv[])
SCBlockList *bl;
SCBlockListIterator *iter;
struct scblock *b;
- const char *tt = "\\bg[a=b]{wibble \\f{wobble}}\\bg{rwawr}Wobble"
- "\\f{wibble \\bg[muhu]{wobble}}";
+ const char *tt = "\\bg[a=b]{wibble \\f{wobble}}\\bg{rwawr}\\muhu Wobble"
+ "\\wibble{}\\f{wibble \\bg[muhu]{wobble}}\\frib[\\f] f";
printf("'%s' ->\n", tt);
bl = sc_find_blocks(tt, "bg");