diff options
Diffstat (limited to 'libxml2/test/schemas/list0_2.xml')
-rw-r--r-- | libxml2/test/schemas/list0_2.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libxml2/test/schemas/list0_2.xml b/libxml2/test/schemas/list0_2.xml new file mode 100644 index 0000000..e94d481 --- /dev/null +++ b/libxml2/test/schemas/list0_2.xml @@ -0,0 +1,4 @@ +<test> + <string>hello world</string> + <string>hello world</string> +</test> |