mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

Commit 4fd69f3e fixed handling of '<' characters not followed by an ASCII letter. But a '<!' sequence followed by invalid characters should be treated as bogus comment and skipped. Fixes #380.
7 lines
266 B
Plaintext
7 lines
266 B
Plaintext
./test/HTML/issue380.html:3: HTML parser error : Incorrectly opened comment
|
|
<![if !supportLists]>...<![endif]>
|
|
^
|
|
./test/HTML/issue380.html:3: HTML parser error : Incorrectly opened comment
|
|
<![if !supportLists]>...<![endif]>
|
|
^
|