diff options
| author | Marc Vertes <mvertes@free.fr> | 2025-07-22 23:20:13 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2025-07-22 23:20:13 +0200 |
| commit | b5d5888c59160f5ab30aaaf0288b6ad6d0a81bdd (patch) | |
| tree | 5963e9bcfe4943c1bfd4f4923f9d35e06763acf6 /tests | |
| parent | 1f563060887b979e0138567fb13bef97dc8fd915 (diff) | |
add other experiments jp and ev
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]' |
