diff options
Diffstat (limited to 'libxml2/test/ns6')
-rw-r--r-- | libxml2/test/ns6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libxml2/test/ns6 b/libxml2/test/ns6 new file mode 100644 index 0000000..1f2a8b3 --- /dev/null +++ b/libxml2/test/ns6 @@ -0,0 +1,4 @@ +<root> + <foo xmlns="http://abc" /> + <bar /> +</root> |