string constant annotator checks triple quote pairing separately for each string literal node (PY-2806)

This commit is contained in:
Dmitry Jemerov
2011-02-22 15:24:09 +01:00
parent e500402006
commit 803b545070
5 changed files with 23 additions and 4 deletions

View File

@@ -134,6 +134,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
doTest();
}
public void testMixedTripleQuotes() { // PY-2806
doTest();
}
public void testUnsupportedFeaturesInPython3() {
doTest(LanguageLevel.PYTHON30, true, false);
}