diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 19:50:24 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-13 19:50:24 +0000 |
commit | 25aac79d7c522fc10e831881dd5004d8a53d0040 (patch) | |
tree | 68fe7d6c04fd45051dc2fb49ab731abfde2d47fc /t | |
parent | 858629393e4b25744bce7a2d8fc1952400b318a4 (diff) | |
download | perl-25aac79d7c522fc10e831881dd5004d8a53d0040.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_tests | 2 |
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 |