From b5d5888c59160f5ab30aaaf0288b6ad6d0a81bdd Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Tue, 22 Jul 2025 23:20:13 +0200 Subject: add other experiments jp and ev --- tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests b/tests index 690da7a..070dedb 100755 --- a/tests +++ b/tests @@ -24,6 +24,9 @@ run number_1 '12' '12' run string_1 '"hello"' '"hello"' run string_2 '"hello \"world\""' '"hello \"world\""' run string_3 '""' '""' +run string_4 '"\""' '"\""' +run string_5 '"\\\\"' '"\\\\"' +run string_6 '"\\\"\\"' '"\\\"\\"' run array_1 '[]' '[]' run array_2 '[null]' '[null]' run array_3 '[true,false]' '[true,false]' -- cgit v1.2.3