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

* parser.c: fixed a bug failing to detect UTF-8 violations in CData in push mode. * result/errors/cdata.xml* test/errors/cdata.xml: added the test to the regressions Daniel
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
./test/errors/cdata.xml:2: parser error : Input is not proper UTF-8, indicate encoding !
|
|
Bytes: 0x5B 0x43 0xE1 0x72
|
|
<A><![CDATA[Cár]]></A>
|
|
^
|
|
./test/errors/cdata.xml : failed to parse
|