Skip to content

Commit a79c6e5

Browse files
committed
Added compliance test for whitespace in JSON literal.
1 parent 4f04768 commit a79c6e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/literal.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
"expression": "`9`",
7979
"result": 9
8080
},
81+
{
82+
"expression": "`42 `",
83+
"result": 42
84+
},
8185
{
8286
"comment": "Escaping a backtick in quotes",
8387
"expression": "`\"foo\\`bar\"`",

0 commit comments

Comments
 (0)