From 1a3f67e9d52c9e7ab75b0e87631cd622e0740928 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Tue, 15 Dec 2020 11:38:30 -0500 Subject: [PATCH] t/lib/croak/toke: Correct test label 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/croak/toke b/t/lib/croak/toke index 0d20acbd590f..2a660b6f9dc5 100644 --- 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 #134045] incomplete hex number +# NAME [perl #134125] [gh #17010] incomplete hex number 0x x 2; 0xx 2; 0x_;