Forgot to add some more tests for namespace error handling, Daniel

This commit is contained in:
Daniel Veillard 2003-09-13 12:45:33 +00:00
parent 1afc9f3356
commit 899abafb26
6 changed files with 8 additions and 0 deletions

View File

View File

@ -0,0 +1,3 @@
./test/namespaces/err_10.xml:1: error: Attribute xmlns redefined
<tst xmlns="http://example.com/" xmlns="http://example.com/"/>
^

View File

View 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/"/>
^

View File

@ -0,0 +1 @@
<tst xmlns="http://example.com/" xmlns="http://example.com/"/>

View File

@ -0,0 +1 @@
<tst xmlns:a="http://example.com/" xmlns:a="http://example.com/"/>