summaryrefslogtreecommitdiff
path: root/t/re/re_tests
diff options
context:
space:
mode:
Diffstat (limited to 't/re/re_tests')
-rw-r--r--t/re/re_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index d883add8f0..11c4125070 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -1887,5 +1887,7 @@ A+(*PRUNE)BC(?{}) AAABC y $& AAABC
/(alias|status)es$/i Statuses y $1 Status # [perl #121778]
(.)(?{$~=$^N}) \x{100} y $~ \x{100} # [perl #123135]
+/(a+){1}+a/ aaa n - - # [perl #125825]
+
# Keep these lines at the end of the file
# vim: softtabstop=0 noexpandtab