mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
correct implementation of PyAssignmentStatement.getTargets() (PY-671)
This commit is contained in:
@@ -70,7 +70,7 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
|
||||
}
|
||||
|
||||
public void testAssignmentTargets() throws Exception {
|
||||
doTest();
|
||||
doTest(true, false);
|
||||
}
|
||||
|
||||
public void testReturnOutsideOfFunction() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user