correct implementation of PyAssignmentStatement.getTargets() (PY-671)

This commit is contained in:
Dmitry Jemerov
2010-03-12 16:57:39 +03:00
parent 41fd6e8e42
commit b6bd02bd87
4 changed files with 35 additions and 43 deletions

View File

@@ -70,7 +70,7 @@ public class PythonHighlightingTest extends PyLightFixtureTestCase {
}
public void testAssignmentTargets() throws Exception {
doTest();
doTest(true, false);
}
public void testReturnOutsideOfFunction() throws Exception {