Skip to content

Commit 10b59a1

Browse files
committed
new array tests
1 parent 327eba0 commit 10b59a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

queries.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@
1313
section: arrays
1414
- query: array[]=first&array=second
1515
section: arrays
16+
- query: array[0]=first&array[1]=second
17+
section: arrays
18+
- query: array[1]=first&array[2]=second
19+
section: arrays
20+
- query: array[1]=first&array[5]=second
21+
section: arrays
1622
- query: foo.one=1&foo.two=2
1723
section: objects
1824
- query: foo[one]=1&foo[two]=2

0 commit comments

Comments
 (0)