tests: Added tests for DOM XML parser
[nit.git] / tests / sav / test_xml_read_args2.res
diff --git a/tests/sav/test_xml_read_args2.res b/tests/sav/test_xml_read_args2.res
new file mode 100644 (file)
index 0000000..2a2c393
--- /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 white space ---><student first="Eric">&#x0A; &#x09; &#x0D;&#x20;</student>