diff --git a/tests/pipe.json b/tests/pipe.json index b10c0a4..f53f8f9 100644 --- a/tests/pipe.json +++ b/tests/pipe.json @@ -126,6 +126,10 @@ { "expression": "foo[*].bar[*] | [0][0]", "result": {"baz": "one"} + }, + { + "expression": "`null` | [@]", + "result": [ null ] } ] }]