Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Turn on generation of NFKD tests.
  • Loading branch information
jnthn committed Apr 8, 2015
1 parent c41a4e4 commit e6dc890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S15-normalization/test-gen.p6
Expand Up @@ -14,7 +14,7 @@ sub MAIN(Str $unidata-normalization-tests) {
write-test-files('t/spec/S15-normalization/nfc', 'NFC', $source, $nfc);
write-test-files('t/spec/S15-normalization/nfd', 'NFD', $source, $nfd);
#write-test-files('t/spec/S15-normalization/nfkc', 'NFKC', $source, $nfkc);
#write-test-files('t/spec/S15-normalization/nfkd', 'NFKD', $source, $nfkd);
write-test-files('t/spec/S15-normalization/nfkd', 'NFKD', $source, $nfkd);
}

sub write-test-files($template, $method, @source, @expected) {
Expand Down

0 comments on commit e6dc890

Please sign in to comment.