Skip to content

Commit

Permalink
test messages fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sergot committed Jul 17, 2014
1 parent c3e299a commit 6538f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/01-latin2.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ use Test;

plan 2;

is Encode::decode('iso-8859-2', buf8.new(0xa3))>>.chr.join, 'Ł', 'decode';
is Encode::decode('iso-8859-2', buf8.new(76))>>.chr.join, 'L', 'decode';
is Encode::decode('iso-8859-2', buf8.new(0xa3))>>.chr.join, 'Ł', 'decode latin2 1/2';
is Encode::decode('iso-8859-2', buf8.new(76))>>.chr.join, 'L', 'decode latin2 2/2';

0 comments on commit 6538f63

Please sign in to comment.