Skip to content

Commit

Permalink
Update test files to Unicode 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samcv committed Jul 28, 2019
1 parent f5ef0b3 commit 7056a25
Show file tree
Hide file tree
Showing 4 changed files with 40,326 additions and 1 deletion.
2 changes: 1 addition & 1 deletion t/09-moar/UnipropCheck.pm6
Expand Up @@ -27,7 +27,7 @@ use nqp;
sub test-file (IO::Path $folder is copy, Str:D $file-name, Str:D $uniprop, :$answer-column is copy) is export {
note "File: $file-name" if $*DEBUG;
$answer-column = 1 if !defined $answer-column;
$folder = $*CWD.child("t/3rdparty/Unicode/11.0.0") if !$folder;
$folder = $*CWD.child("t/3rdparty/Unicode/12.1.0") if !$folder;
%LOSE-NUM{$file-name}{$uniprop} = 0 if %LOSE-NUM{$file-name}{$uniprop}:!exists;
%WIN-NUM{$file-name}{$uniprop} = 0 if %WIN-NUM{$file-name}{$uniprop}:!exists;
my IO::Path:D $file = $folder.child: $file-name;
Expand Down

0 comments on commit 7056a25

Please sign in to comment.