Legend:
- Unmodified
- Added
- Removed
-
t/TASKS
r22582 r22584 35 35 * mm//, ss/// variants 36 36 * switch some "ok" tests to "is" tests to check the exact match 37 * modifier tests. These are easy to check if theyare missing37 * modifier tests. It's easy to if these are missing 38 38 * tests for the "special named assertions" 39 39 * more of everything. … … 68 68 positional arguments. For example 69 69 our Str multi method capitalize ( Str $string: ) is export 70 means that you can it like this e:70 means that you can it like this: 71 71 my $x = 'abc def' 72 72 $x.capitalize
