File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,9 @@ public function getParserTestData()
120
120
array ('a[name] ' , array ('Attribute[Element[a][name]] ' )),
121
121
array ("a[ name \t] " , array ('Attribute[Element[a][name]] ' )),
122
122
array ('a [name] ' , array ('CombinedSelector[Element[a] <followed> Attribute[Element[*][name]]] ' )),
123
+ array ('[name="foo"] ' , array ("Attribute[Element[*][name = 'foo']] " )),
124
+ array ("[name='foo[1]'] " , array ("Attribute[Element[*][name = 'foo[1]']] " )),
125
+ array ("[name='foo[0][bar]'] " , array ("Attribute[Element[*][name = 'foo[0][bar]']] " )),
123
126
array ('a[rel="include"] ' , array ("Attribute[Element[a][rel = 'include']] " )),
124
127
array ('a[rel = include] ' , array ("Attribute[Element[a][rel = 'include']] " )),
125
128
array ("a[hreflang |= 'en'] " , array ("Attribute[Element[a][hreflang |= 'en']] " )),
You can’t perform that action at this time.
0 commit comments