]> granicus.if.org Git - python/commitdiff
Added test case output for pyexpat module
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 15:45:20 +0000 (15:45 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 31 Mar 2000 15:45:20 +0000 (15:45 +0000)
Lib/test/output/test_pyexpat [new file with mode: 0644]

diff --git a/Lib/test/output/test_pyexpat b/Lib/test/output/test_pyexpat
new file mode 100644 (file)
index 0000000..6cba827
--- /dev/null
@@ -0,0 +1,31 @@
+test_pyexpat
+PI:
+       xml-stylesheet href="stylesheet.css"
+Comment:
+       ' comment data '
+Notation declared: ('notation', None, 'notation.jpeg', None)
+Unparsed entity decl:
+       ('unparsed_entity', None, 'entity.file', None, 'notation')
+Start element:
+       root {}
+NS decl:
+       myns http://www.python.org/namespace
+Start element:
+       http://www.python.org/namespace!subelement {}
+Character data:
+       'Contents of subelements'
+End element:
+       http://www.python.org/namespace!subelement
+End of NS decl:
+       myns
+Start element:
+       sub2 {}
+Start of CDATA section
+Character data:
+       'contents of CDATA section'
+End of CDATA section
+End element:
+       sub2
+External entity ref: http://www.python.org/namespace=http://www.w3.org/XML/1998/namespace\fexternal_entity None entity.file None
+End element:
+       root