mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Whitespace normalization.
This commit is contained in:
parent
b61ff2982a
commit
0e6d213177
4 changed files with 6 additions and 7 deletions
|
@ -6,4 +6,3 @@ symbols = _symtable.symtable("def f(x): return x", "?", "exec")
|
|||
|
||||
verify(symbols[0].name == "global")
|
||||
verify(len([ste for ste in symbols.values() if ste.name == "f"]) == 1)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue