Kaydet (Commit) e5265722 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

change test to what I intended

üst 447dc156
...@@ -510,7 +510,7 @@ pass the '-ucompiler' option to process the full directory. ...@@ -510,7 +510,7 @@ pass the '-ucompiler' option to process the full directory.
True True
Evil tabs Evil tabs
>>> dump_tokens("def f():\\n\\tif x\\n \tpass") >>> dump_tokens("def f():\\n\\tif x\\n \\tpass")
NAME 'def' (1, 0) (1, 3) NAME 'def' (1, 0) (1, 3)
NAME 'f' (1, 4) (1, 5) NAME 'f' (1, 4) (1, 5)
OP '(' (1, 5) (1, 6) OP '(' (1, 5) (1, 6)
...@@ -521,7 +521,7 @@ Evil tabs ...@@ -521,7 +521,7 @@ Evil tabs
NAME 'if' (2, 1) (2, 3) NAME 'if' (2, 1) (2, 3)
NAME 'x' (2, 4) (2, 5) NAME 'x' (2, 4) (2, 5)
NEWLINE '\\n' (2, 5) (2, 6) NEWLINE '\\n' (2, 5) (2, 6)
INDENT ' ' (3, 0) (3, 9) INDENT ' \\t' (3, 0) (3, 9)
NAME 'pass' (3, 9) (3, 13) NAME 'pass' (3, 9) (3, 13)
DEDENT '' (4, 0) (4, 0) DEDENT '' (4, 0) (4, 0)
DEDENT '' (4, 0) (4, 0) DEDENT '' (4, 0) (4, 0)
......
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