From 223766f2ba0eeef12a35d112ccbad9d07bb5e8ae Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 8 May 2010 13:38:27 -0600 Subject: Note in comment that many \N{...} tests won't work here --- t/re/re_tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/re/re_tests b/t/re/re_tests index b7471d9794..ffa96a87b9 100644 --- a/t/re/re_tests +++ b/t/re/re_tests @@ -1,5 +1,7 @@ # This stops me getting screenfulls of syntax errors every time I accidentally # run this file via a shell glob. 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. __END__ abc abc y $& abc abc abc y $-[0] 0 -- cgit v1.2.1