mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-25 04:07:13 +08:00
Fix fast parser tests.
This commit is contained in:
@@ -171,7 +171,7 @@ class Script(object):
|
||||
|
||||
debug.speed('completions start')
|
||||
path = self._user_context.get_path_until_cursor()
|
||||
# dots following an int are not the start of a completion but a float
|
||||
# Dots following an int are not the start of a completion but a float
|
||||
# literal.
|
||||
if re.search(r'^\d\.$', path):
|
||||
return []
|
||||
|
||||
Reference in New Issue
Block a user