Changeset 21150 for t/spec/S03-operators/short-circuit.t
- Timestamp:
- 07/01/08 23:13:19 (5 months ago)
- Files:
-
- 1 modified
-
t/spec/S03-operators/short-circuit.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S03-operators/short-circuit.t
r21141 r21150 137 137 138 138 # L<S03/Chained comparisons/Each argument chain will evaluate at most once> 139 #?rakudo todo 'chained comparison order of evaluations'140 139 { 141 140 my $x = 0; 142 141 my $y = 0; 142 #?rakudo todo 'chained comparison order of evaluations' 143 143 ok(($x++ < ++$y < ++$y), "chained comparison (truth - 1)"); 144 144 # expect x=1, y=2
