1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/HTML/issue380.html.err
Nick Wellnhofer e986d09cf5 Skip incorrectly opened HTML comments
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.
2022-08-02 14:38:09 +02:00

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]>
^