You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
451 B
9 lines
451 B
0 400 0 <!----><p>1 normal comment</p>
|
|
0 400 0 <!-- > and <!--><p>2 valid comment</p>
|
|
0 400 0 <!--><p>3 abrupt-closing-of-empty-comment</p>
|
|
0 400 0 <!---><p>4 abrupt-closing-of-empty-comment</p>
|
|
0 400 0 <!----!><p>5 incorrectly-closed-comment</p>
|
|
0 400 0 <!--!> <h1 value="--!><p>6 incorrectly-closed-comment</p>
|
|
0 400 0 <!--<!---><p>7 nested-comment</p>
|
|
0 400 0 <!--<!---!><p>8 nested-comment</p>
|
|
0 400 0 |