diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 06:04:57 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-02 06:04:57 +0000 |
commit | 66e933abe4c687207c84b01b9d96f575c3699b8e (patch) | |
tree | 78561d45f2d8935cae9266baf6b9bb3187cb6090 /t | |
parent | 3ce0d27165e3cb29a307d40968a8000b48bea3eb (diff) | |
download | perl-66e933abe4c687207c84b01b9d96f575c3699b8e.tar.gz |
fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya
p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c
p4raw-id: //depot/perl@4617
Diffstat (limited to 't')
-rw-r--r-- | t/op/re_tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/re_tests b/t/op/re_tests index f866385096..20b2d633d5 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -744,3 +744,6 @@ tt+$ xxxtt y - - \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 +'\.c(pp|xx|c)?$'i Changes n - - +'\.c(pp|xx|c)?$'i IO.c y - - +'(\.c(pp|xx|c)?$)'i IO.c y $1 .c |