Skip to content

Commit 585eb79

Browse files
committed
renamed label
1 parent 9b0419a commit 585eb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/HTML5/Parser/DOMTreeBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ public function testSelectGroupedOptions()
556556
<option value="bar">bar</option>
557557
<option value="baz">baz</option>
558558
</optgroup>
559-
<optgroup id="second" label="first">
559+
<optgroup id="second" label="second">
560560
<option value="lorem">lorem</option>
561561
<option value="ipsum">ipsum</option>
562562
</optgroup>

0 commit comments

Comments
 (0)