summaryrefslogtreecommitdiff
path: root/test/HTML5/Parser
diff options
context:
space:
mode:
authorAsmir Mustafic <[email protected]>2016-09-22 12:33:27 +0200
committerAsmir Mustafic <[email protected]>2016-09-22 12:37:20 +0200
commit585eb79ba6e41399780380e9cbf61012bc8b440b (patch)
tree58831ac6b3bfce060190a7ad1072ce4018d7956a /test/HTML5/Parser
parent9b0419a214d6c20b25de615653cc07597719fb1b (diff)
renamed label
Diffstat (limited to 'test/HTML5/Parser')
-rw-r--r--test/HTML5/Parser/DOMTreeBuilderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/HTML5/Parser/DOMTreeBuilderTest.php b/test/HTML5/Parser/DOMTreeBuilderTest.php
index 95d870b..3e1a58f 100644
--- a/test/HTML5/Parser/DOMTreeBuilderTest.php
+++ b/test/HTML5/Parser/DOMTreeBuilderTest.php
@@ -556,7 +556,7 @@ class DOMTreeBuilderTest extends \Masterminds\HTML5\Tests\TestCase
<option value="bar">bar</option>
<option value="baz">baz</option>
</optgroup>
- <optgroup id="second" label="first">
+ <optgroup id="second" label="second">
<option value="lorem">lorem</option>
<option value="ipsum">ipsum</option>
</optgroup>