1
0
forked from VimPlug/jedi

error tokens only exist in the end in a tokenizer

This commit is contained in:
Dave Halter
2014-02-21 00:09:49 +01:00
parent 3232ae5b0c
commit a69eee5876
2 changed files with 22 additions and 8 deletions

View File

@@ -265,3 +265,12 @@ except ImportError, i_b:
i_b
#? ImportError()
i_b
# -----------------
# continuations
# -----------------
foo = \
1
#? int()
foo