mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

* parser.c: fixed problem with free on dupl attribute in dtd (bug309637). * test/errors/attr3.xml, result/errors/attr3.*: added regression test for this
7 lines
120 B
XML
7 lines
120 B
XML
<!DOCTYPE doc [
|
|
<!ELEMENT doc (#PCDATA)>
|
|
<!ATTLIST doc a1 CDATA "v1">
|
|
<!ATTLIST doc a1 CDATA "z1">
|
|
]>
|
|
<doc></doc>
|