mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 20:20:56 +07:00
PY-28313 Highlighting updated to treat *args/**kwargs as a single item
This commit is contained in:
@@ -396,6 +396,16 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest(LanguageLevel.PYTHON37, false, true);
|
||||
}
|
||||
|
||||
// PY-28313
|
||||
public void testVarargs() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
// PY-28313
|
||||
public void testKwargs() {
|
||||
doTest();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
private static EditorColorsScheme createTemporaryColorScheme() {
|
||||
EditorColorsManager manager = EditorColorsManager.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user