summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_pyexpat
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-21 20:32:13 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-21 20:32:13 (GMT)
commit265a804af22d2513403c295d9218ba41753ca218 (patch)
tree1fa3a3ad04a5a319c0984168e093c4893b9cd5cb /Lib/test/output/test_pyexpat
parent9e79a25b8ad32ff45ae2897ad1f25529eba7721f (diff)
downloadcpython-265a804af22d2513403c295d9218ba41753ca218.zip
cpython-265a804af22d2513403c295d9218ba41753ca218.tar.gz
cpython-265a804af22d2513403c295d9218ba41753ca218.tar.bz2
Revise the test case for pyexpat to avoid using asserts. Conform better
to the Python style guide, and remove unneeded imports.
Diffstat (limited to 'Lib/test/output/test_pyexpat')
-rw-r--r--Lib/test/output/test_pyexpat4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/output/test_pyexpat b/Lib/test/output/test_pyexpat
index b6facf9..6aed69d 100644
--- a/Lib/test/output/test_pyexpat
+++ b/Lib/test/output/test_pyexpat
@@ -1,4 +1,8 @@
test_pyexpat
+OK.
+OK.
+OK.
+OK.
PI:
'xml-stylesheet' 'href="stylesheet.css"'
Comment: