summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-11-13 19:50:24 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-11-13 19:50:24 +0000
commitb2a3d41024cc23941660c6f6cac48502a4284422 (patch)
tree68fe7d6c04fd45051dc2fb49ab731abfde2d47fc /t
parent374d691e102e2975cdf0ae9698b9f6e2ad73d91c (diff)
downloadperl-b2a3d41024cc23941660c6f6cac48502a4284422.tar.gz
Change #4576 accidentally leaked also parts of
Ilya's patch that won't apply cleanly anymore. p4raw-id: //depot/cfgperl@4577
Diffstat (limited to 't')
-rw-r--r--t/op/re_tests2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/op/re_tests b/t/op/re_tests
index f866385096..d72a0f73b2 100644
--- a/t/op/re_tests
+++ b/t/op/re_tests
@@ -742,5 +742,3 @@ 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