File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ext/dom/tests/modern/html/parser Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $html = <<<HTML
18
18
<svg>
19
19
<path d=" {$ repeated }" />
20
20
</svg>
21
- <div>
 ;</div>
21
+ <div>� ;</div>
22
22
</body>
23
23
</html>
24
24
HTML ;
@@ -34,6 +34,6 @@ file_put_contents(__DIR__ . '/gh17486.tmp', $html);
34
34
@unlink (__DIR__ . '/gh17486.tmp ' );
35
35
?>
36
36
--EXPECTF--
37
- Warning: Dom\HTMLDocument::createFromString(): tokenizer error control -character-reference in Entity, line: 7, column: 9 in %s on line %d
37
+ Warning: Dom\HTMLDocument::createFromString(): tokenizer error null -character-reference in Entity, line: 7, column: 9 in %s on line %d
38
38
39
- Warning: Dom\HTMLDocument::createFromFile(): tokenizer error control -character-reference in %sgh17486.tmp, line: 7, column: 9 in %s on line %d
39
+ Warning: Dom\HTMLDocument::createFromFile(): tokenizer error null -character-reference in %s line: 7, column: 9 in %s on line %d
You can’t perform that action at this time.
0 commit comments