added last statement break to the python lexing

This commit is contained in:
Ekaterina Tuzova
2011-12-14 14:03:19 +04:00
parent 1e1eca4b7e
commit 3741753179
5 changed files with 48 additions and 37 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ PyFile:ColonBeforeEof.py
PsiElement(Py:IDENTIFIER)('b')
PsiElement(Py:COLON)(':')
PyStatementList
PsiErrorElement:statement expected
PsiErrorElement:indent expected
<empty list>