mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-22 23:20:57 +07:00
PY-3363: don't highlight escapes in raw strings
This commit is contained in:
@@ -166,6 +166,10 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testUnicodeOrByteRaw() {
|
||||
doTest(LanguageLevel.PYTHON25, true, true);
|
||||
}
|
||||
|
||||
public void testUnicodeOrByte25() {
|
||||
doTest(LanguageLevel.PYTHON25, true, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user