From: Vincent Pit Date: Thu, 10 Sep 2009 21:18:48 +0000 (+0200) Subject: Update some remaining comments that still point to the old regexp tests location X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=67a2b8c6ffa3e5edb7dd60220b081c3f37f21bf4;p=p5sagit%2Fp5-mst-13.2.git Update some remaining comments that still point to the old regexp tests location --- diff --git a/t/re/pat.t b/t/re/pat.t index c610a6a..4f4c6f3 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 6b19108..fe2c718 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 629e0f1..2344610 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).