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:
3dc8ec4
)
t/lib/croak/toke: Correct test label
author
James E Keenan
<jkeenan@cpan.org>
Tue, 15 Dec 2020 16:38:30 +0000
(11:38 -0500)
committer
Tony Cook
<tony@develop-help.com>
Tue, 15 Dec 2020 22:54:15 +0000
(22:54 +0000)
The RT ticket number cited in the test's label is wrong. The body of
the commit message for commit
7259f4194f3131957240f6b3dba47b74f53ac660
shows the correct RT number. Provide GH number as well.
t/lib/croak/toke
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/croak/toke
b/t/lib/croak/toke
index
0d20acb
..
2a660b6
100644
(file)
--- a/
t/lib/croak/toke
+++ b/
t/lib/croak/toke
@@
-503,7
+503,7
@@
EXPECT
syntax error at - line 4, next token ???
Execution of - aborted due to compilation errors.
########
-# NAME [perl #134
045
] incomplete hex number
+# NAME [perl #134
125] [gh #17010
] incomplete hex number
0x x 2;
0xx 2;
0x_;