Skip to content

Commit 1b5261b

Browse files
committed
Add tests for newlines in an expression
1 parent 0057891 commit 1b5261b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/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)