summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2025-07-22 23:20:13 +0200
committerMarc Vertes <mvertes@free.fr>2025-07-22 23:20:13 +0200
commitb5d5888c59160f5ab30aaaf0288b6ad6d0a81bdd (patch)
tree5963e9bcfe4943c1bfd4f4923f9d35e06763acf6 /tests
parent1f563060887b979e0138567fb13bef97dc8fd915 (diff)
add other experiments jp and ev
Diffstat (limited to 'tests')
-rwxr-xr-xtests3
1 files changed, 3 insertions, 0 deletions
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]'