Skip to content

Commit d809d56

Browse files
committed
Add test for calling CORE::.keys (RT #129092)
1 parent b52bc57 commit d809d56

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

S02-names/pseudo.t

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use v6;
22

33
use Test;
44

5-
plan 153;
5+
plan 154;
66

77
# I'm not convinced this is in the right place
88
# Some parts of this testing (i.e. WHO) seem a bit more S10ish -sorear
@@ -445,4 +445,10 @@ my $x110 = 110; #OK
445445
}
446446
}
447447

448+
# RT #129092
449+
{
450+
lives-ok { my @keys = CORE::.keys }, 'calling CORE::.keys lives';
451+
}
452+
453+
448454
# vim: ft=perl6

0 commit comments

Comments
 (0)