mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-23 07:50:55 +07:00
Fix and unify calculating corresponding loop for break and continue (PY-23189)
This commit is contained in:
@@ -76,7 +76,7 @@ public class PythonHighlightingTest extends PyTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testContinueInFinallyBlock() {
|
||||
public void testContinueOutsideOfLoop() {
|
||||
doTest(false, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user