mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
186562a182
Fixes a regression from commit e0dd330b
, resulting in duplicate
attributes in the predefined XML namespace not being detected or
extraneous default attributes being passed.
Fixes #704.
5 lines
196 B
Plaintext
5 lines
196 B
Plaintext
./test/errors/dup-xml-attr.xml:1: parser error : Attribute xml:lang redefined
|
|
<doc xml:lang="en" xml:lang="de"/>
|
|
^
|
|
./test/errors/dup-xml-attr.xml : failed to parse
|