summaryrefslogtreecommitdiff
path: root/t/op/re_tests
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-14 21:17:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-14 21:17:26 +0000
commit6eb5f6b9f48454b7ad64225a5bab0de7fdff695c (patch)
treed4f5715216f12d2a3c9c686775ed0a77108f0ccb /t/op/re_tests
parent02d018713874e7295a5030d0f39a8ee25606639d (diff)
downloadperl-6eb5f6b9f48454b7ad64225a5bab0de7fdff695c.tar.gz
Ilya's "hopscotch" patch, reworked by Ilya to fit.
p4raw-id: //depot/cfgperl@4586
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 d72a0f73b2..f866385096 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -742,3 +742,5 @@ tt+$ xxxtt y - -
([[:digit:]-z]+) =0-z= y $1 0-z
([[:digit:]-[:alpha:]]+) =0-z= y $1 0-z
\GX.*X aaaXbX n - -
+(\d+\.\d+) 3.1415926 y $1 3.1415926
+(\ba.{0,10}br) have a web browser y $1 a web br