summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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]'