Highlight built-in decorators with decorators colors, not not built-in colors (PY-25381)

This commit is contained in:
Elizaveta Shashkova
2017-11-16 19:59:20 +03:00
parent 5fd40e63e8
commit e5b6c6cc09
5 changed files with 26 additions and 16 deletions

View File

@@ -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();