Skip to content

Commit dfa35c7

Browse files
committed
Adds missing part of the failing test
1 parent 8477178 commit dfa35c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/view/tests/TempestViewParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function test_invalid_closing_tag_ignores_commented_out_code(): void
8080
{
8181
$tokens = new TempestViewLexer(<<<HTML
8282
<h1>
83-
<!-- <svg>
83+
<!-- <svg xmlns="http://www.w3.org/2000/svg">
8484
</svg> -->
8585
</h1>
8686
HTML)->lex();

0 commit comments

Comments
 (0)