aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/sexp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sexp.c b/test/sexp.c
index 3edceb0..9277323 100644
--- a/test/sexp.c
+++ b/test/sexp.c
@@ -12,7 +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";
+ "'(a b c) '('a) ''x\n"
+ "\"string\" (\"a\" \"b\")\n";
any_sexp_string_stream_t stream;
any_sexp_parser_t parser;