mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
add test for main postfix template in comments
This commit is contained in:
@@ -0,0 +1 @@
|
||||
print("I want to be inside main") #hello.main<caret>
|
||||
@@ -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