diff options
Diffstat (limited to 'test/sexp.c')
| -rw-r--r-- | test/sexp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sexp.c b/test/sexp.c index 9277323..f6f0b5e 100644 --- a/test/sexp.c +++ b/test/sexp.c @@ -12,8 +12,8 @@ int main() "() id ciao 20 a1020|x|3a\n" ";comm\n3433 ;s\n" "'symbol 'another 'a\n" - "'(a b c) '('a) ''x\n" - "\"string\" (\"a\" \"b\")\n"; + "'(a b c) '('a) ''x \"escape \\\"inside the string\"\n" + "\"string very long sus\" (\"a\" \"b\")\n"; any_sexp_string_stream_t stream; any_sexp_parser_t parser; |
