mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
add test for main postfix template in comments
This commit is contained in:
1
python/testData/postfix/main/comment.py
Normal file
1
python/testData/postfix/main/comment.py
Normal file
@@ -0,0 +1 @@
|
||||
print("I want to be inside main") #hello.main<caret>
|
||||
1
python/testData/postfix/main/comment_after.py
Normal file
1
python/testData/postfix/main/comment_after.py
Normal file
@@ -0,0 +1 @@
|
||||
print("I want to be inside main") #hello.main <caret>
|
||||
@@ -25,6 +25,10 @@ public class PyMainPostfixTemplateTest extends PyPostfixTemplateTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testComment() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTestDataDir() {
|
||||
return "main/";
|
||||
|
||||
Reference in New Issue
Block a user