Skip to content

Commit

Permalink
Merge pull request #525 from perl6/JJ-patch-1
Browse files Browse the repository at this point in the history
A typo
  • Loading branch information
lizmat committed Mar 26, 2019
2 parents 30ffbab + 6200949 commit 175b6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/moar/11-decode.t
Expand Up @@ -40,7 +40,7 @@ dies-ok({

dies-ok({
nqp::encodeconf('', 'windows-1252', $buf8.new, 1);
}, 'nqp::encodeconf only fuges unmapped chars in permissive mode');
}, 'nqp::encodeconf only fudges unmapped chars in permissive mode');

is(nqp::decoderepconf($nspecial_windows, 'windows-1252', 'ABCDE', 0), "//ABCDE//ABCDEABCDE//",
"nqp::decoderepconf works on strict (does do replacement)");
Expand Down

0 comments on commit 175b6d9

Please sign in to comment.