mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
Implement WhiteSpace as well and merge with pytree.
This commit is contained in:
@@ -23,5 +23,5 @@ def test_basic():
|
||||
print()
|
||||
x = d.parse_string('\na #pass\n')
|
||||
print(repr(x))
|
||||
print(x)
|
||||
print(x.get_code())
|
||||
assert False
|
||||
|
||||
Reference in New Issue
Block a user