mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 01:50:56 +07:00
false positive on escaped backslash in string literal (PY-2994)
This commit is contained in:
@@ -142,6 +142,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testEscapedBackslash() { // PY-2994
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testUnsupportedFeaturesInPython3() {
|
||||
doTest(LanguageLevel.PYTHON30, true, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user