From 0792f733cc0da6edda0e55ca7da250f5dbd909f5 Mon Sep 17 00:00:00 2001 From: Ekaterina Tuzova Date: Fri, 22 Feb 2013 12:22:38 +0400 Subject: [PATCH] updated test data for parsing --- python/testData/psi/NotClosedSlice.txt | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/python/testData/psi/NotClosedSlice.txt b/python/testData/psi/NotClosedSlice.txt index 1e9c15c5f502..4ed3fbbce45f 100644 --- a/python/testData/psi/NotClosedSlice.txt +++ b/python/testData/psi/NotClosedSlice.txt @@ -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 - + 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 + PsiWhiteSpace('\n') PyIfStatement PyIfPartIf