Skip to content

Commit fa51ea2

Browse files
committed
Add a test for a comment before the head.
1 parent 8e07f7b commit fa51ea2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

tree-construction/comments01.dat

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,14 @@ FOO<!----->BAZ
133133
| "FOO"
134134
| <!-- - -->
135135
| "BAZ"
136+
137+
#data
138+
<html><!-- comment --><title>Comment before head</title>
139+
#errors
140+
#document
141+
| <html>
142+
| <!-- comment -->
143+
| <head>
144+
| <title>
145+
| "Comment before head"
146+
| <body>

0 commit comments

Comments
 (0)