Update some remaining comments that still point to the old regexp tests location
Vincent Pit [Thu, 10 Sep 2009 21:18:48 +0000 (23:18 +0200)]
t/re/pat.t
t/re/reg_unsafe.t
t/re/regexp.t

index c610a6a..4f4c6f3 100644 (file)
@@ -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;
index 6b19108..fe2c718 100644 (file)
@@ -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.
 
index 629e0f1..2344610 100644 (file)
@@ -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).