- Timestamp:
- 09/27/08 14:03:03 (2 months ago)
- Files:
-
- 1 modified
-
t/spec/S29-list/reverse.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
t/spec/S29-list/reverse.t
r22430 r22431 13 13 14 14 # As a function : 15 #?rakudo todo 'reverse as a function does not work'16 15 is( reverse('Pugs'), 'sguP', "as a function"); 17 16 … … 50 49 51 50 { 52 #?rakudo 4 todo 'reverse as a function'53 51 my $a = reverse("foo"); 54 52 is($a, "oof", "string was reversed");
