pineapple-notepad/3rdparty/lexilla540/lexilla/test/examples/hypertext/comment.html.folded

9 lines
451 B
Plaintext
Raw Normal View History

2024-07-02 23:47:26 +08:00
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