mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Fix an issue with dividing suites and remove a lot of print statements.
This commit is contained in:
@@ -267,3 +267,9 @@ def test_backslash(differ):
|
||||
pass
|
||||
""")
|
||||
differ.parse(src, parsers=1)
|
||||
|
||||
|
||||
def test_full_copy(differ):
|
||||
code = 'def foo(bar, baz):\n pass\n bar'
|
||||
differ.initialize(code)
|
||||
differ.parse(code, copies=1, parsers=1)
|
||||
|
||||
Reference in New Issue
Block a user