aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-06-05 16:15:23 +0200
committerFederico Angelilli <code@fedang.net>2024-06-05 16:15:23 +0200
commit1a62d39b5199d2e32f8993ffdaf8a9d0be60a6da (patch)
treedea310b98f9c15e08fdde21813feed1f42530ef0 /test
parent31757b5cca25297be90fe092176a3296c2dc4f80 (diff)
Remove quote tag and simplify
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;