]> granicus.if.org Git - python/commitdiff
Reverted whitespace normalization on this file. I should really change
authorTim Peters <tim.peters@gmail.com>
Wed, 19 Feb 2003 02:44:12 +0000 (02:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 19 Feb 2003 02:44:12 +0000 (02:44 +0000)
this thing so it doesn't rely on being unnormalized.  (That's the
editorial "I", if anyone's listening <wink>.)

Lib/test/tokenize_tests.py

index 4632ef1ab23cbb5a6e0e9dbe725f30291f43e7ff..e990a36069bd4002e4a788ae98f7cd7a46704062 100644 (file)
@@ -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,3 +172,4 @@ x = -1*1/1 + 1*1 - ---1*1
 # selector
 import sys, time
 x = sys.modules['time'].time()
+