tests: Added tests for DOM XML parser
[nit.git] / tests / sav / test_xml_read_args14.res
diff --git a/tests/sav/test_xml_read_args14.res b/tests/sav/test_xml_read_args14.res
new file mode 100644 (file)
index 0000000..9b6a2fb
--- /dev/null
@@ -0,0 +1,5 @@
+<?xml version="1.0"?><!DOCTYPE student [
+       <!ELEMENT student (#PCDATA)>
+       <!ATTLIST student first CDATA #REQUIRED
+                         last  CDATA #IMPLIED>
+]><!-- testing chardata with empty string ---><student first="Snow"></student>