mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
* parser.c: (xmlParseNCNameComplex): Store start position instead of a pointer to the name since the underlying buffer may change, resulting in a stale pointer being used. * result/errors/759398.xml: Added. * result/errors/759398.xml.err: Added. * result/errors/759398.xml.str: Added. * test/errors/759398.xml: Added test case.
10 lines
626 B
Plaintext
10 lines
626 B
Plaintext
./test/errors/759398.xml:210: parser error : StartTag: invalid element name
|
|
need to worry about parsers whi<! don't expand PErefs finding
|
|
^
|
|
./test/errors/759398.xml:309: parser error : Opening and ending tag mismatch: spec line 50 and termdef
|
|
and provide access to their content and structure.</termdef> <termdef
|
|
^
|
|
./test/errors/759398.xml:309: parser error : Extra content at the end of the document
|
|
and provide access to their content and structure.</termdef> <termdef
|
|
^
|