diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2000-03-31 15:45:20 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2000-03-31 15:45:20 (GMT) |
commit | d553e99a741c440dda6afd71f2e022cf42056a58 (patch) | |
tree | 15c3df423b31881dbc9eb53fcf48158d4c7e6401 | |
parent | b17664ddf070a23bff2ba8c4849dadaac8dbc98e (diff) | |
download | cpython-d553e99a741c440dda6afd71f2e022cf42056a58.zip cpython-d553e99a741c440dda6afd71f2e022cf42056a58.tar.gz cpython-d553e99a741c440dda6afd71f2e022cf42056a58.tar.bz2 |
Added test case output for pyexpat module
-rw-r--r-- | Lib/test/output/test_pyexpat | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Lib/test/output/test_pyexpat b/Lib/test/output/test_pyexpat new file mode 100644 index 0000000..6cba827 --- /dev/null +++ b/Lib/test/output/test_pyexpat @@ -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/namespaceexternal_entity None entity.file None +End element: + root |