mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 14:34:31 +08:00
The fast parser had some splitting issues.
This commit is contained in:
@@ -75,6 +75,9 @@ def test_split_parts():
|
||||
test('a\n\n', 'def b(): pass\n', 'c\n')
|
||||
test('a\n', 'def b():\n pass\n', 'c\n')
|
||||
|
||||
test('from x\\\n')
|
||||
test('a\n\\\n')
|
||||
|
||||
|
||||
def check_fp(src, number_parsers_used, number_of_splits=None, number_of_misses=0):
|
||||
if number_of_splits is None:
|
||||
|
||||
Reference in New Issue
Block a user