mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
get rid of ParentMatcher and Matcher altogether
This commit is contained in:
@@ -88,6 +88,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
|
||||
public void testYieldOutsideOfFunction() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testImportStarAtTopLevel() {
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testMalformedStringUnterminated() {
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user