mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Finally should still run even if Catch has break, continue, return, etc.
This commit is contained in:
@@ -481,8 +481,7 @@ func TestTryFinally(t *testing.T) {
|
||||
}
|
||||
while(!abc && def < 10)
|
||||
ghi;
|
||||
`, "0")
|
||||
// TODO 11
|
||||
`, "11")
|
||||
}
|
||||
|
||||
func TestTryCatch(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user