Skip to content

Commit 538a6cd

Browse files
fb55Ms2ger
authored andcommitted
Add test for << in comment
See inikulin/parse5#325
1 parent 56d589a commit 538a6cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: tokenizer/test1.test

+4
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
"input":"<!-- <test-->",
150150
"output":[["Comment", " <test"]]},
151151

152+
{"description":"<< in comment",
153+
"input":"<!--<<-->",
154+
"output":[["Comment", "<<"]]},
155+
152156
{"description":"<! in comment",
153157
"input":"<!-- <!test-->",
154158
"output":[["Comment", " <!test"]]},

0 commit comments

Comments
 (0)