Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update initializer to GLR behavior of xx
  • Loading branch information
skids committed Aug 22, 2015
1 parent b7dfe8c commit c8ba40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S15-nfg/long-uni.t
Expand Up @@ -3,7 +3,7 @@ use Test;
plan 24;

for (10, 100, 1000, 10000) -> $n {
my @codes = (0x0044, 0x0307, 0x0323) xx $n;
my @codes = flat (0x0044, 0x0307, 0x0323) xx $n;

my $s = Uni.new(@codes).Str;
is $s.chars, $n, 'long Uni -> Str works out';
Expand Down

0 comments on commit c8ba40a

Please sign in to comment.