summaryrefslogtreecommitdiff
path: root/t/re
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2009-09-10 23:18:48 +0200
committerVincent Pit <perl@profvince.com>2009-09-10 23:19:06 +0200
commit67a2b8c6ffa3e5edb7dd60220b081c3f37f21bf4 (patch)
tree1a31a0df114d3a18594a9e65eeabd2df93a91c7c /t/re
parent5931e39587b08515604ceabf127c4b1970903463 (diff)
downloadperl-67a2b8c6ffa3e5edb7dd60220b081c3f37f21bf4.tar.gz
Update some remaining comments that still point to the old regexp tests location
Diffstat (limited to 't/re')
-rw-r--r--t/re/pat.t4
-rw-r--r--t/re/reg_unsafe.t2
-rw-r--r--t/re/regexp.t2
3 files changed, 4 insertions, 4 deletions
diff --git a/t/re/pat.t b/t/re/pat.t
index c610a6a9b5..4f4c6f318e 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -1,8 +1,8 @@
#!./perl
#
# This is a home for regular expression tests that don't fit into
-# the format supported by op/regexp.t. If you want to add a test
-# that does fit that format, add it to op/re_tests, not here.
+# the format supported by re/regexp.t. If you want to add a test
+# that does fit that format, add it to re/re_tests, not here.
use strict;
use warnings;
diff --git a/t/re/reg_unsafe.t b/t/re/reg_unsafe.t
index 6b19108bdc..fe2c718e31 100644
--- a/t/re/reg_unsafe.t
+++ b/t/re/reg_unsafe.t
@@ -7,7 +7,7 @@ BEGIN {
}
print "1..1\n";
-# there is an equivelent test in t/op/pat.t which does NOT fail
+# there is an equivelent test in t/re/pat.t which does NOT fail
# its not clear why it doesnt fail, so this todo gets its own test
# file until we can work it out.
diff --git a/t/re/regexp.t b/t/re/regexp.t
index 629e0f1e00..2344610196 100644
--- a/t/re/regexp.t
+++ b/t/re/regexp.t
@@ -34,7 +34,7 @@
# linked to the test number.
#
# If you want to add a regular expression test that can't be expressed
-# in this format, don't add it here: put it in op/pat.t instead.
+# in this format, don't add it here: put it in re/pat.t instead.
#
# Note that columns 2,3 and 5 are all enclosed in double quotes and then
# evalled; so something like a\"\x{100}$1 has length 3+length($1).