get rid of ParentMatcher and Matcher altogether

This commit is contained in:
Dmitry Jemerov
2011-09-12 17:42:15 +02:00
parent a4f77c545b
commit 74e1094d76
3 changed files with 8 additions and 6 deletions

View File

@@ -88,6 +88,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
public void testYieldOutsideOfFunction() {
doTest();
}
public void testImportStarAtTopLevel() {
doTest(true, false);
}
public void testMalformedStringUnterminated() {
doTest();