Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
KrisShannon committed Dec 31, 2011
1 parent 6c5c1dd commit abcbbb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/99problems-01-to-10.t
Expand Up @@ -167,7 +167,7 @@ plan 22;

#?rakudo todo 'unknown'
is pack(<a a a a b c c a a d e e e e>).join('+'),
'<a a a a+b+c c+a a+d+e e e e',
'a a a a+b+c c+a a+d+e e e e',
'We should be able to pack lists';

# From Larry, http://perlmonks.org/?node_id=590147
Expand Down

0 comments on commit abcbbb9

Please sign in to comment.