summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-18 11:03:05 +0100
committerYves Orton <demerphq@gmail.com>2023-03-19 05:27:01 +0800
commit4e8d2a44ec279a3ec8c930baf1b5396ed7f7eb5a (patch)
treee6da2d8bf3f6f0bf42323d6d74a82488fd150801 /t
parentb16c8aa582a2f6fe12c09c7eb93ada71b0d85300 (diff)
downloadperl-4e8d2a44ec279a3ec8c930baf1b5396ed7f7eb5a.tar.gz
t/re/re_tests - fixup version for change
Diffstat (limited to 't')
-rw-r--r--t/re/re_tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/re/re_tests b/t/re/re_tests
index 5599507df2..10da6252a3 100644
--- a/t/re/re_tests
+++ b/t/re/re_tests
@@ -478,7 +478,7 @@ a(?:b|c|d)+(.) acdbcdbe y $1 e
a(?:b|c|d){2}(.) acdbcdbe y $1 b
a(?:b|c|d){4,5}(.) acdbcdbe y $1 b
a(?:b|c|d){4,5}?(.) acdbcdbe y $1 d
-((foo)|(bar))* foobar y $1-$2-$3 bar--bar # was bar-foo-bar prior to 5.37.7
+((foo)|(bar))* foobar y $1-$2-$3 bar--bar # was bar-foo-bar prior to 5.37.10
:(?: - c - Sequence (? incomplete
a(?:b|c|d){6,7}(.) acdbcdbe y $1 e
a(?:b|c|d){6,7}?(.) acdbcdbe y $1 e