Skip to content

Commit

Permalink
Update tests for Unicode 13.0, 13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thundergnat committed Oct 1, 2020
1 parent 62a22d0 commit bd803d5
Show file tree
Hide file tree
Showing 15 changed files with 101,171 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/09-moar/UnipropCheck.rakumod
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env perl6
use Test;

my %prop-data =
NAME => 'name',
Line_Break => 'str',
Expand Down Expand Up @@ -27,7 +28,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/12.1.0") if !$folder;
$folder = $*CWD.child("t/3rdparty/Unicode/13.0.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
3,487 changes: 3,487 additions & 0 deletions t/3rdparty/Unicode/13.0.0/LineBreak.txt

Large diffs are not rendered by default.

33,797 changes: 33,797 additions & 0 deletions t/3rdparty/Unicode/13.0.0/UnicodeData.txt

Large diffs are not rendered by default.

2,466 changes: 2,466 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedBidiClass.txt

Large diffs are not rendered by default.

233 changes: 233 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedBinaryProperties.txt

Large diffs are not rendered by default.

2,681 changes: 2,681 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedCombiningClass.txt

Large diffs are not rendered by default.

1,018 changes: 1,018 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedDecompositionType.txt

Large diffs are not rendered by default.

2,504 changes: 2,504 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedEastAsianWidth.txt

Large diffs are not rendered by default.

4,100 changes: 4,100 additions & 0 deletions t/3rdparty/Unicode/13.0.0/extracted/DerivedGeneralCategory.txt

Large diffs are not rendered by default.

Loading

0 comments on commit bd803d5

Please sign in to comment.