Skip to content

Commit

Permalink
... and also mark the failing test as todo.
Browse files Browse the repository at this point in the history
  • Loading branch information
timo committed Jul 23, 2013
1 parent d9ba3ef commit 2dfe8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S32-str/encode.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ is_deeply 'abc'.encode()[1, 2], (98, 99), 'can slice-index a Buf';
ok ('ä'.encode('UTF-8', 'D') eqv Buf.new(:16<61>, :16<cc>, :16<88>)),
'encoding to UTF-8, with NFD';

#?rakudo todo 'encode returns signed 8bit integers instead of unsigned'
ok ('ä'.encode('UTF-8') eqv Buf.new(:16<c3>, :16<a4>)),
'encoding ä utf8 gives correct numbers';

Expand Down

0 comments on commit 2dfe8c6

Please sign in to comment.