diff options
-rw-r--r-- | t/re/re_tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/re/re_tests b/t/re/re_tests index 1f8c80ab0c..b0ea9abdaf 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -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__ |