Commit 4a41a6a0 authored by Tim Peters's avatar Tim Peters

Reverted whitespace normalization on this file. I should really change

this thing so it doesn't rely on being unnormalized.  (That's the
editorial "I", if anyone's listening <wink>.)
parent a9a73868
# 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()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment