mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
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>.)
This commit is contained in:
parent
8266af4f06
commit
3b5de4db92
1 changed files with 10 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Tests for the 'tokenize' module.
|
# Tests for the 'tokenize' module.
|
||||||
# Large bits stolen from test_grammar.py.
|
# Large bits stolen from test_grammar.py.
|
||||||
|
|
||||||
# Comments
|
# Comments
|
||||||
"#"
|
"#"
|
||||||
|
@ -129,17 +129,17 @@ bar \\ baz
|
||||||
if 1:
|
if 1:
|
||||||
x = 2
|
x = 2
|
||||||
if 1:
|
if 1:
|
||||||
x = 2
|
x = 2
|
||||||
if 1:
|
if 1:
|
||||||
while 0:
|
while 0:
|
||||||
if 0:
|
if 0:
|
||||||
x = 2
|
x = 2
|
||||||
x = 2
|
x = 2
|
||||||
if 0:
|
if 0:
|
||||||
if 2:
|
if 2:
|
||||||
while 0:
|
while 0:
|
||||||
if 1:
|
if 1:
|
||||||
x = 2
|
x = 2
|
||||||
|
|
||||||
# Operators
|
# Operators
|
||||||
|
|
||||||
|
@ -172,3 +172,4 @@ x = -1*1/1 + 1*1 - ---1*1
|
||||||
# selector
|
# selector
|
||||||
import sys, time
|
import sys, time
|
||||||
x = sys.modules['time'].time()
|
x = sys.modules['time'].time()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue