mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
12 lines
443 B
HTML
12 lines
443 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<!---->1<!-- empty comment -->2
|
||
|
<!-- comment -- no comment -- another comment -- >3<!-- should treat "no comment" as part of the tag? -->4
|
||
|
<! -- still valid.. -->5
|
||
|
<!-- this is a multiline comment o/
|
||
|
the second line is here \o -->6
|
||
|
<!-->-->7<!-- weird comment to the left, it should show nothing -->8
|
||
|
<!------ comment -->9
|
||
|
<!>0
|
||
|
<!----->A
|
||
|
<!------>This is a comment-->B
|