Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-15 23:56:39 +00:00
parent b61ff2982a
commit 0e6d213177
4 changed files with 6 additions and 7 deletions

View file

@ -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)