Skip to content

Commit 4bfed53

Browse files
committed
Allow for newlines within tokens
1 parent 52ebfbb commit 4bfed53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/compliance/basic.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"expression": "foo.bar.baz",
1515
"result": "correct"
1616
},
17+
{
18+
"expression": "foo\n.\nbar\n.baz",
19+
"result": "correct"
20+
},
1721
{
1822
"expression": "foo.bar.baz.bad",
1923
"result": null

0 commit comments

Comments
 (0)