Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d07fc5d

Browse filesBrowse files
committed
[*]: "ParserTest" -> getParserTestData() -> only some more tests (code-style only)
1 parent c807fd6 commit d07fc5d
Copy full SHA for d07fc5d

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ public function getParserTestData()
121121
array("a[ name\t]", array('Attribute[Element[a][name]]')),
122122
array('a [name]', array('CombinedSelector[Element[a] <followed> Attribute[Element[*][name]]]')),
123123
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]']]")),
124+
array("[name='foo[1]']", array("Attribute[Element[*][name = 'foo[1]']]")),
125+
array("[name='foo[0][bar]']", array("Attribute[Element[*][name = 'foo[0][bar]']]")),
126126
array('a[rel="include"]', array("Attribute[Element[a][rel = 'include']]")),
127127
array('a[rel = include]', array("Attribute[Element[a][rel = 'include']]")),
128128
array("a[hreflang |= 'en']", array("Attribute[Element[a][hreflang |= 'en']]")),

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.