Files
third_party_libxml2/result/errors/content1.xml.ent
chencheng31 98285566ad 升级libxml2 到 2.9.12版本
Signed-off-by: chencheng31 <chencheng8@huawei.com>
2022-04-18 15:50:32 +08:00

17 lines
698 B
Plaintext

./test/errors/content1.xml:7: parser error : ContentDecl : ',' '|' or ')' expected
<!ELEMENT aElement (a |b * >
^
./test/errors/content1.xml:7: parser error : expected '>'
<!ELEMENT aElement (a |b * >
^
./test/errors/content1.xml:7: parser error : internal error: xmlParseInternalSubset: error detected in Markup declaration
<!ELEMENT aElement (a |b * >
^
./test/errors/content1.xml:7: parser error : DOCTYPE improperly terminated
<!ELEMENT aElement (a |b * >
^
./test/errors/content1.xml:7: parser error : Start tag expected, '<' not found
<!ELEMENT aElement (a |b * >
^