Skip to content

Commit 1ec8248

Browse files
committed
Fix #23 - root node reference. (#24)
1 parent fecd65d commit 1ec8248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/lexical_scoping.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@
204204
{
205205
"expression": "states[?name==$.first_choice].cities[]",
206206
"result": ["Seattle", "Bellevue", "Olympia"]
207+
},
208+
{
209+
"expression": "first_choice.\"$\"|states",
210+
"result": null
207211
}
208212
]
209213
}

0 commit comments

Comments
 (0)