Changeset 22012 for t/spec/S02-literals/array-interpolation.t
- Timestamp:
- 08/22/08 16:50:13 (5 months ago)
- Files:
-
- 1 modified
-
t/spec/S02-literals/array-interpolation.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S02-literals/array-interpolation.t
r22009 r22012 17 17 is ~@array, "a b c d", 18 18 "arrays whose elements don't contain whitespace stringify correctly (1)"; 19 #?rakudo 2 todo 'Array interpolation b0rked '19 #?rakudo 2 todo 'Array interpolation b0rked, RT # 58246' 20 20 is "@array[]", "a b c d", "arrays whose elements don't contain whitespace stringify correctly (2)"; 21 21 is "@array.[]", "a b c d", '@array.[] interpolates';
