mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
Forgot to add some more tests for namespace error handling, Daniel
This commit is contained in:
parent
1afc9f3356
commit
899abafb26
0
result/namespaces/err_10.xml
Normal file
0
result/namespaces/err_10.xml
Normal file
3
result/namespaces/err_10.xml.err
Normal file
3
result/namespaces/err_10.xml.err
Normal file
@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_10.xml:1: error: Attribute xmlns redefined
|
||||
<tst xmlns="http://example.com/" xmlns="http://example.com/"/>
|
||||
^
|
0
result/namespaces/err_11.xml
Normal file
0
result/namespaces/err_11.xml
Normal file
3
result/namespaces/err_11.xml.err
Normal file
3
result/namespaces/err_11.xml.err
Normal file
@ -0,0 +1,3 @@
|
||||
./test/namespaces/err_11.xml:1: error: Attribute xmlns:a redefined
|
||||
<tst xmlns:a="http://example.com/" xmlns:a="http://example.com/"/>
|
||||
^
|
1
test/namespaces/err_10.xml
Normal file
1
test/namespaces/err_10.xml
Normal file
@ -0,0 +1 @@
|
||||
<tst xmlns="http://example.com/" xmlns="http://example.com/"/>
|
1
test/namespaces/err_11.xml
Normal file
1
test/namespaces/err_11.xml
Normal file
@ -0,0 +1 @@
|
||||
<tst xmlns:a="http://example.com/" xmlns:a="http://example.com/"/>
|
Loading…
x
Reference in New Issue
Block a user