Files
openide/python/testData/psi/TryFinally.txt
Dmitry Cheryasov 3bcabf5876 Fixes PY-71, introduces parts in multi-part statements.
Slight fixes to autoindenter.
2009-04-02 09:51:49 +04:00

20 lines
568 B
Plaintext

PyFile:TryFinally.py
PyTryExceptStatement
PyTryPart
PsiElement(Py:TRY_KEYWORD)('try')
PsiElement(Py:COLON)(':')
PsiWhiteSpace('\n ')
PyStatementList
PyExpressionStatement
PyReferenceExpression: x
PsiElement(Py:IDENTIFIER)('x')
PsiWhiteSpace('\n')
PyFinallyPart
PsiElement(Py:FINALLY_KEYWORD)('finally')
PsiElement(Py:COLON)(':')
PsiWhiteSpace('\n ')
PyStatementList
PyExpressionStatement
PyReferenceExpression: z
PsiElement(Py:IDENTIFIER)('z')