- Timestamp:
- 09/27/08 13:54:39 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-list/reverse.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-list/reverse.t
r21953 r22430 164 164 { 165 165 my %hash = <a b c d>; 166 #?rakudo todo 'reverse for hash not implemented'167 166 is(%hash.reverse, {'b' => 'a', 'd' => 'c'}, 'simple hash reversal'); 168 167 is(%hash, {'a' => 'b', 'c' => 'd'}, 'original hash is intact');
