mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
Highlight built-in decorators with decorators colors, not not built-in colors (PY-25381)
This commit is contained in:
@@ -346,6 +346,11 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(true, true);
|
||||
}
|
||||
|
||||
// PY-25381
|
||||
public void testBuiltinDecorator() {
|
||||
doTest(true, true);
|
||||
}
|
||||
|
||||
// PY-11418
|
||||
public void testFunctionCalls() {
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user