summaryrefslogtreecommitdiff
path: root/Lib/test/test_sax.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 +0000
committerTim Peters <tim.peters@gmail.com>2001-01-18 02:22:22 +0000
commitd2bf3b7ca6f702f54b8e81ea8d194fc116ac6791 (patch)
treec34fdd1272160f21e142ecf814d1dd68ff5cfa98 /Lib/test/test_sax.py
parentbe4cbb16681ba9274b3017d9ccf3bcb2a2dbc30c (diff)
downloadcpython-git-d2bf3b7ca6f702f54b8e81ea8d194fc116ac6791.tar.gz
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Diffstat (limited to 'Lib/test/test_sax.py')
-rw-r--r--Lib/test/test_sax.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_sax.py b/Lib/test/test_sax.py
index c282c172f6..f4b43fede8 100644
--- a/Lib/test/test_sax.py
+++ b/Lib/test/test_sax.py
@@ -30,7 +30,7 @@ def confirm(outcome, name):
fails = fails + 1
def test_make_parser2():
- try:
+ try:
# Creating parsers several times in a row should succeed.
# Testing this because there have been failures of this kind
# before.
@@ -50,8 +50,8 @@ def test_make_parser2():
return 0
else:
return p
-
-
+
+
# ===========================================================================
#
# saxutils tests
@@ -397,7 +397,7 @@ def test_expat_locator_noinfo():
return parser.getSystemId() is None and \
parser.getPublicId() is None and \
- parser.getLineNumber() == 1
+ parser.getLineNumber() == 1
def test_expat_locator_withinfo():
result = StringIO()