add test for main postfix template in comments

This commit is contained in:
Liana.Bakradze
2017-02-14 16:01:22 +03:00
parent 778c9cda79
commit 30d2775737
3 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
print("I want to be inside main") #hello.main<caret>

View File

@@ -0,0 +1 @@
print("I want to be inside main") #hello.main <caret>

View File

@@ -25,6 +25,10 @@ public class PyMainPostfixTemplateTest extends PyPostfixTemplateTestCase {
doTest();
}
public void testComment() {
doTest();
}
@Override
protected String getTestDataDir() {
return "main/";