stub for parsing tests

This commit is contained in:
Dmitry Jemerov
2008-02-02 21:20:04 +03:00
parent 1977d68db0
commit f91a331014
2 changed files with 7 additions and 0 deletions

View File

@@ -0,0 +1 @@
print "hello, world"

View File

@@ -0,0 +1,6 @@
PyFile:HelloWorld.py
PyPrintStatement
PsiElement(Py:PRINT_KEYWORD)('print')
PsiWhiteSpace(' ')
PyStringLiteralExpression: hello, world
PsiElement(Py:STRING_LITERAL)('"hello, world"')