From 39b44bad5257b8399d03ed751ec7ba7ab9d6f144 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 5 Jun 2024 16:33:21 +0200 Subject: Add string tag and string parsing --- test/sexp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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; -- cgit v1.2.3