Lines Matching refs:collection
2 test: Unindented collection
4 Unindented collection
6 collection:
11 ['collection' => ['item1', 'item2', 'item3']]
13 test: Nested unindented collection (two levels)
15 Nested unindented collection
17 collection:
23 ['collection' => ['key' => ['a', 'b', 'c']]]
25 test: Nested unindented collection (three levels)
27 Nested unindented collection
29 collection:
36 ['collection' => ['key' => ['subkey' => ['one', 'two', 'three']]]]
38 test: Key/value after unindented collection (1)
40 Key/value after unindented collection (1)
42 collection:
49 ['collection' => ['key' => ['a', 'b', 'c']], 'foo' => 'bar']
51 test: Key/value after unindented collection (at the same level)
53 Key/value after unindented collection
55 collection:
62 ['collection' => ['key' => ['a', 'b', 'c'], 'foo' => 'bar']]
64 test: Shortcut Key after unindented collection
66 Key/value after unindented collection
68 collection:
72 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]
74 test: Shortcut Key after unindented collection with custom spaces
76 Key/value after unindented collection
78 collection:
82 ['collection' => [['key' => 'foo', 'foo' => 'bar']]]