Fix fast parser tests.

This commit is contained in:
Dave Halter
2015-01-24 00:06:16 +01:00
parent 8569651bf4
commit 4d6afd3c99
8 changed files with 52 additions and 36 deletions

View File

@@ -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 []