comparison graal/com.oracle.truffle.ruby.test/specs/tags/language/next_tags.txt @ 13514:0fbee3eb71f0

Ruby: import project.
author Chris Seaton <chris.seaton@oracle.com>
date Mon, 06 Jan 2014 17:12:09 +0000
parents
children
comparison
equal deleted inserted replaced
13513:64a23ce736a0 13514:0fbee3eb71f0
1 fails:The next statement from within the block returns the argument passed
2 fails:The next statement from within the block returns to the invoking method, with the specified value
3 fails:The next statement from within the block returns to the currently yielding method in case of chained calls
4 fails:Assignment via next assigns objects
5 fails:Assignment via next assigns splatted objects
6 fails:Assignment via next assigns objects to a splatted reference
7 fails:Assignment via next assigns splatted objects to a splatted reference via a splatted yield
8 fails:Assignment via next assigns objects to multiple variables
9 fails:Assignment via next assigns splatted objects to multiple variables