From 2258fb6a9eb1a23e6e69e1f12e1e11d7159c85cf Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 21 Dec 2011 09:53:41 -0700 Subject: [PATCH] t/re/re_tests: Update comment This reflects that now that there is autoloading of \N{}, such tests can go in this file --- t/re/re_tests | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/re/re_tests b/t/re/re_tests index 1f8c80a..b0ea9ab 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__ -- 1.8.3.1