Files
openide/python/testData/psi/InconsistentDedent.txt
Dmitry Trofimov 035ec1f140 Fixed tests.
2011-12-14 22:04:28 +01:00

21 lines
648 B
Plaintext

PyFile:InconsistentDedent.py
PyFunction('foo')
PsiElement(Py:DEF_KEYWORD)('def')
PsiWhiteSpace(' ')
PsiElement(Py:IDENTIFIER)('foo')
PyParameterList
PsiElement(Py:LPAR)('(')
PsiElement(Py:RPAR)(')')
PsiElement(Py:COLON)(':')
PsiWhiteSpace('\n ')
PyStatementList
PyPassStatement
PsiElement(Py:PASS_KEYWORD)('pass')
PsiErrorElement:Unindent does not match any outer indentation level
<empty list>
PsiWhiteSpace('\n ')
PyPrintStatement
PsiElement(Py:PRINT_KEYWORD)('print')
PsiWhiteSpace(' ')
PyNumericLiteralExpression
PsiElement(Py:INTEGER_LITERAL)('1')