mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
stub for parsing tests
This commit is contained in:
1
python/testData/psi/HelloWorld.py
Normal file
1
python/testData/psi/HelloWorld.py
Normal file
@@ -0,0 +1 @@
|
||||
print "hello, world"
|
||||
6
python/testData/psi/HelloWorld.txt
Normal file
6
python/testData/psi/HelloWorld.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
PyFile:HelloWorld.py
|
||||
PyPrintStatement
|
||||
PsiElement(Py:PRINT_KEYWORD)('print')
|
||||
PsiWhiteSpace(' ')
|
||||
PyStringLiteralExpression: hello, world
|
||||
PsiElement(Py:STRING_LITERAL)('"hello, world"')
|
||||
Reference in New Issue
Block a user