Commit e032e17
Ensure testharness makes missing doctype name null
This change ensures the token handler used by the testharness sets the
doctype name to null when the doctype name is missing in the input source.
Otherwise, without this change, the testharness token handler sets the
doctype name to the empty string — which causes us to fail 9 tests in
the html5lib-tests suite.
Relates to #351 parent 0fde851 commit e032e17
File tree
1 file changed
+1
-1
lines changed- test-src/nu/validator/htmlparser/test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments