mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
StringConstantAnnotator performs all checks per node, doesn't do lexer's job again (PY-2802)
This commit is contained in:
@@ -138,6 +138,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testOddNumberOfQuotes() { // PY-2802
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testUnsupportedFeaturesInPython3() {
|
||||
doTest(LanguageLevel.PYTHON30, true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user