summaryrefslogtreecommitdiffstats
path: root/Lib/test/tokenize_tests.py
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-02-19 02:35:07 (GMT)
commitf2715e076435b74638acb81512c2ee014f75aea2 (patch)
tree8f50b5bca2f1d4d7c232894d907996f4104c3515 /Lib/test/tokenize_tests.py
parentf805cd2c1f4d850b1d933f39e63a61a3348ec224 (diff)
downloadcpython-f2715e076435b74638acb81512c2ee014f75aea2.zip
cpython-f2715e076435b74638acb81512c2ee014f75aea2.tar.gz
cpython-f2715e076435b74638acb81512c2ee014f75aea2.tar.bz2
Whitespace normalization.
Diffstat (limited to 'Lib/test/tokenize_tests.py')
-rw-r--r--Lib/test/tokenize_tests.py19
1 files changed, 9 insertions, 10 deletions
diff --git a/Lib/test/tokenize_tests.py b/Lib/test/tokenize_tests.py
index e990a36..4632ef1 100644
--- a/Lib/test/tokenize_tests.py
+++ b/Lib/test/tokenize_tests.py
@@ -1,5 +1,5 @@
# Tests for the 'tokenize' module.
-# Large bits stolen from test_grammar.py.
+# Large bits stolen from test_grammar.py.
# Comments
"#"
@@ -129,17 +129,17 @@ bar \\ baz
if 1:
x = 2
if 1:
- x = 2
+ x = 2
if 1:
while 0:
- if 0:
- x = 2
- x = 2
+ if 0:
+ x = 2
+ x = 2
if 0:
- if 2:
- while 0:
- if 1:
- x = 2
+ if 2:
+ while 0:
+ if 1:
+ x = 2
# Operators
@@ -172,4 +172,3 @@ x = -1*1/1 + 1*1 - ---1*1
# selector
import sys, time
x = sys.modules['time'].time()
-