mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 17:20:54 +07:00
Don't highlight Unicode literals in Python 3.3 as errors (PY-6703)
This commit is contained in:
@@ -147,6 +147,11 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON30, true, false);
|
||||
}
|
||||
|
||||
// PY-6703
|
||||
public void testUnicode33() {
|
||||
doTest(LanguageLevel.PYTHON33, true, false);
|
||||
}
|
||||
|
||||
public void testYieldInNestedFunction() {
|
||||
// highlight func declaration first, lest we get an "Extra fragment highlighted" error.
|
||||
EditorColorsManager manager = EditorColorsManager.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user