mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Fix one more issue in the diff parser.
This commit is contained in:
@@ -411,3 +411,8 @@ def test_add_to_end():
|
||||
complete(a + b)
|
||||
|
||||
|
||||
def test_whitespace_at_end(differ):
|
||||
code = dedent('str\n\n')
|
||||
|
||||
differ.initialize(code)
|
||||
differ.parse(code, parsers=1, copies=1)
|
||||
|
||||
Reference in New Issue
Block a user