summaryrefslogtreecommitdiff
path: root/Lib/test/test_coercion.py
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 +0000
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-30 12:59:11 +0000
commit4ef3a23a35a391602202dce10376be9e43588fa6 (patch)
treec7310a78fc2ce187a6d79d84fa1f4d5e8afcd8f3 /Lib/test/test_coercion.py
parentecdc0a9f4609e3be57e5f8a54dac2ea8e9607aed (diff)
downloadcpython-git-4ef3a23a35a391602202dce10376be9e43588fa6.tar.gz
whitespace normalisation
Diffstat (limited to 'Lib/test/test_coercion.py')
-rw-r--r--Lib/test/test_coercion.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/test_coercion.py b/Lib/test/test_coercion.py
index fcd2105e5a..4356817302 100644
--- a/Lib/test/test_coercion.py
+++ b/Lib/test/test_coercion.py
@@ -181,7 +181,7 @@ infix_results = {
(6,8): ('e', (6,0)),
# MethodNumber(2)
- (7,0): ('e', (0,0)),
+ (7,0): ('e', (0,0)),
(7,1): ('e', (0,1)),
(7,2): ('e', (0,2)),
(7,3): ('e', (0,3)),
@@ -192,7 +192,7 @@ infix_results = {
(7,8): ('e', (0,8)),
# CoerceNumber(2)
- (8,0): ('e', (0,0)),
+ (8,0): ('e', (0,0)),
(8,1): ('e', (0,1)),
(8,2): ('e', (0,2)),
(8,3): ('e', (0,3)),
@@ -223,8 +223,8 @@ def process_infix_results():
res[i][6] = res[i][6][1]
infix_results[key] = res
-
-
+
+
process_infix_results()
# now infix_results has two lists of results for every pairing.