From 5f9daf86e7468278087f70db2c099dc02be8f0dd Mon Sep 17 00:00:00 2001 From: James Saryerwinnie Date: Tue, 19 Nov 2013 20:44:17 -0800 Subject: [PATCH] Add another index test --- tests/compliance/indices.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/compliance/indices.json b/tests/compliance/indices.json index ff5e3ede..da8296ff 100644 --- a/tests/compliance/indices.json +++ b/tests/compliance/indices.json @@ -199,6 +199,10 @@ { "expression": "reservations[].instances[].qux[].baz", "result": [[], [1, 2, 3], [4], [], [], [1, 2, 3], [4], []] + }, + { + "expression": "reservations[].instances[].qux[].baz[]", + "result": [1, 2, 3, 4, 1, 2, 3, 4] } ] },