updated test data for parsing

This commit is contained in:
Ekaterina Tuzova
2013-02-22 12:22:38 +04:00
parent 7c3b0cb821
commit 0792f733cc
+9 -11
View File
@@ -1,16 +1,14 @@
PyFile:NotClosedSlice.py
PyExpressionStatement
PyConditionalExpression
PySubscriptionExpression
PyReferenceExpression: a
PsiElement(Py:IDENTIFIER)('a')
PsiElement(Py:LBRACKET)('[')
PyConditionalExpression
PyStringLiteralExpression: key]
PsiElement(Py:SINGLE_QUOTED_STRING)('"key"')
PsiElement(Py:SINGLE_QUOTED_STRING)('"]"')
PsiErrorElement:']' expected
<empty list>
PySubscriptionExpression
PyReferenceExpression: a
PsiElement(Py:IDENTIFIER)('a')
PsiElement(Py:LBRACKET)('[')
PyStringLiteralExpression: key]
PsiElement(Py:SINGLE_QUOTED_STRING)('"key"')
PsiElement(Py:SINGLE_QUOTED_STRING)('"]"')
PsiErrorElement:']' expected
<empty list>
PsiWhiteSpace('\n')
PyIfStatement
PyIfPartIf