- Timestamp:
- 10/01/08 22:29:57 (2 months ago)
- Location:
- t
- Files:
-
- 1 modified
- 1 moved
-
junction/junction_functions.t (modified) (1 diff)
-
spec/S05-match/non-capturing.t (moved) (moved from t/regex/from_perl6_rules/noncap.t)
Legend:
- Unmodified
- Added
- Removed
-
t/junction/junction_functions.t
r21719 r22477 20 20 my @values = $j.values; 21 21 is(+@values, 3, 'our junction has three values in it'); 22 23 # XXX relies on the order of elements in Junction, which is not allowed. 22 24 is(@values[0], 1, 'our junctions first value is 1'); 23 25 is(@values[1], 2, 'our junctions second value is 2');
