This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/re_tests: Update comment
authorKarl Williamson <public@khwilliamson.com>
Wed, 21 Dec 2011 16:53:41 +0000 (09:53 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:17 +0000 (11:58 -0700)
This reflects that now that there is autoloading of \N{}, such tests can
go in this file

t/re/re_tests

index 1f8c80a..b0ea9ab 100644 (file)
@@ -1,8 +1,8 @@
 # This stops me getting screenfulls of syntax errors every time I accidentally
 # run this file via a shell glob.  The full format of this file is given
 # in regexp.t
-# Can't use \N{VALID NAME TEST} here because need 'use charnames'; but can use
-# \N{U+valid} here.
+# Prior to the implementation of autoloading of \N{}, tests that used \N{name}
+# could not go in this file, and were farmed out to other .t's.
 #
 # pat  string  y/n/etc expr    expected-expr   skip-reason
 __END__