mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
Avoid internal error later in xmlValidBuildAContentModel after
2a60ca06c.
Also avoids some unnecessary error messages.
8 lines
322 B
Plaintext
8 lines
322 B
Plaintext
./test/errors/content1.xml:7: parser error : ContentDecl : ',' '|' or ')' expected
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml:7: parser error : Content error in the internal subset
|
|
<!ELEMENT aElement (a |b * >
|
|
^
|
|
./test/errors/content1.xml : failed to parse
|