diff options
Diffstat (limited to 'libxml2/test/schemas/choice_6.xml')
-rw-r--r-- | libxml2/test/schemas/choice_6.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libxml2/test/schemas/choice_6.xml b/libxml2/test/schemas/choice_6.xml new file mode 100644 index 0000000..394153d --- /dev/null +++ b/libxml2/test/schemas/choice_6.xml @@ -0,0 +1,7 @@ +<doc> +<a/> +<b/> +<a/> +<a/> +</doc> + |