Fix and unify calculating corresponding loop for break and continue (PY-23189)

This commit is contained in:
Semyon Proshev
2018-03-06 17:58:09 +03:00
parent 12527d82c1
commit 19699cde61
11 changed files with 80 additions and 68 deletions

View File

@@ -76,7 +76,7 @@ public class PythonHighlightingTest extends PyTestCase {
doTest();
}
public void testContinueInFinallyBlock() {
public void testContinueOutsideOfLoop() {
doTest(false, false);
}