Skip to content

Commit 3eab260

Browse files
committed
[Truffle] Tag failing 'break' specs.
1 parent 5189814 commit 3eab260

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when invoking the block from the scope creating the block
2+
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when invoking the block from a method
3+
fails:The break statement in a captured block when the invocation of the scope creating the block is still active raises a LocalJumpError when yielding to the block
4+
fails:The break statement in a captured block from a scope that has returned raises a LocalJumpError when calling the block from a method
5+
fails:The break statement in a captured block from a scope that has returned raises a LocalJumpError when yielding to the block
6+
fails:Executing break from within a block returns from the original invoking method even in case of chained calls

0 commit comments

Comments
 (0)