diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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]' |
