diff options
author | Karl Williamson <khw@khw-desktop.(none)> | 2010-05-08 13:38:27 -0600 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-05-08 17:13:46 -0400 |
commit | 223766f2ba0eeef12a35d112ccbad9d07bb5e8ae (patch) | |
tree | 9fd6617467b08208bfdb36a213a3db67a037a546 /t | |
parent | dc86499e2e4862410d2fe059473fe379d570b6c2 (diff) | |
download | perl-223766f2ba0eeef12a35d112ccbad9d07bb5e8ae.tar.gz |
Note in comment that many \N{...} tests won't work here
Diffstat (limited to 't')
-rw-r--r-- | t/re/re_tests | 2 |
1 files changed, 2 insertions, 0 deletions
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 |