mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
Annotators for python sources, and tests for them.
This commit is contained in:
@@ -27,6 +27,27 @@ public class PythonHighlightingTest extends DaemonAnalyzerTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testMalformedStringUnterminated() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testMalformedStringEscaped() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testStringEscapedOK() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testDuplicateClassName() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testMethodParams() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
private void doTest() throws Exception {
|
||||
doTest(getTestName(true) + ".py", true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user