- Timestamp:
- 10/12/08 19:24:09 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S02-builtin_data_types/mixed_multi_dimensional.t
r22402 r22590 117 117 #?rakudo skip "Method 'push' not found" 118 118 { 119 #?rakudo emit #120 119 %hash<key>.push(4); 121 #?rakudo 2 skip 'test dependency'122 120 is(+%hash<key>, 4, 'it should now have 4 values in it'); 123 121 is(%hash<key>[3], 4, 'got the right value (which we just pushed onto the list)'); … … 154 152 #?rakudo skip "Method 'push' not found" 155 153 { 156 #?rakudo emit #157 154 %hash<key>.push(4); 158 155 159 #?rakudo 2 skip 'test dependency HoA'160 156 is(+%hash<key>, 4, 'it should now have 4 values in it'); 161 157 is(%hash<key>[3], 4, 'got the right value (which we just pushed onto the array)');
