mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-28 07:21:26 +03:00
de5b624f10
Readd the XML_ERR_TAG_NOT_FINISHED error on unexpected EOF which was
removed in commit 62150ed2
.
This commit also introduced a regression for direct users of
xmlParseContent. Unclosed tags weren't checked.
8 lines
316 B
Plaintext
8 lines
316 B
Plaintext
./test/errors/754947.xml:1: parser error : Input is not proper UTF-8, indicate encoding !
|
|
Bytes: 0xEE 0x5D 0x5D 0x3E
|
|
<d><![CDATA[0000000000000î]]>
|
|
^
|
|
./test/errors/754947.xml:1: parser error : Premature end of data in tag d line 1
|
|
<d><![CDATA[0000000000000î]]>
|
|
^
|