This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b72e0f3
)
t/porting/regen.t: Add test for new uni_keywords.h
author
Karl Williamson
<khw@cpan.org>
Sun, 6 May 2018 15:08:06 +0000
(09:08 -0600)
committer
Karl Williamson
<khw@cpan.org>
Mon, 25 Jun 2018 13:33:31 +0000
(07:33 -0600)
t/porting/regen.t
patch
|
blob
|
blame
|
history
diff --git
a/t/porting/regen.t
b/t/porting/regen.t
index
762e740
..
b4d438f
100644
(file)
--- a/
t/porting/regen.t
+++ b/
t/porting/regen.t
@@
-31,7
+31,7
@@
my $tests = 27; # I can't see a clean way to calculate this automatically.
my %skip = ("regen_perly.pl" => [qw(perly.act perly.h perly.tab)],
"regen/keywords.pl" => [qw(keywords.c keywords.h)],
"regen/uconfig_h.h" => [qw(uconfig.h)],
- "regen/mk_invlists.pl" => [qw(charclass_invlists.h)],
+ "regen/mk_invlists.pl" => [qw(charclass_invlists.h
uni_keywords.h
)],
"regen/regcharclass.pl" => [qw(regcharclass.h)],
);