summaryrefslogtreecommitdiff
path: root/t/op/re_tests
diff options
context:
space:
mode:
Diffstat (limited to 't/op/re_tests')
-rw-r--r--t/op/re_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index b3137c737d..1e95a35016 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -758,3 +758,5 @@ tt+$ xxxtt y - -
^([^,]*,){2}c a,b,c y $1 b,
(?i) y - -
'(?!\A)x'm a\nxb\n y - -
+^(a(b)?)+$ aba y -$1-$2- -a--
+^(aa(bb)?)+$ aabbaa y -$1-$2- -aa--