Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unknown, not unknon.
  • Loading branch information
GlitchMr committed Dec 10, 2012
1 parent 4677a6f commit a18f56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/99problems-11-to-20.t
Expand Up @@ -129,10 +129,10 @@ plan 25;

is encode_direct(()),'', 'We should be able to encode_direct an empty list';
#?niecza todo
#?rakudo todo 'unknon'
#?rakudo todo 'unknown'
is encode_direct(<a>), 'a', '.. or a one-element iist';
#?niecza todo
#?rakudo todo 'unknon'
#?rakudo todo 'unknown'
is encode_direct(<a a>), '2a', '.. or a n-ary list with always same element';
is encode_direct(<a a a a b c c a a d e e e e>),
'4ab2c2ad4e',
Expand Down

0 comments on commit a18f56f

Please sign in to comment.