mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-25 23:21:26 +03:00
036143bb53
* parser.c: fixed bug #132575 about finding the end of the internal subset in push mode. * test/intsubset.xml result/intsubset.xml* result/noent/intsubset.xml: added the test to the regression suite Daniel
6 lines
100 B
XML
6 lines
100 B
XML
<?xml version="1.0" standalone="yes"?>
|
|
<!DOCTYPE root [
|
|
<!ELEMENT root EMPTY>
|
|
<!-- " -->]>
|
|
<root/>
|