diff options
author | Yves Orton <demerphq@gmail.com> | 2012-09-29 23:58:03 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2012-09-29 23:58:03 +0200 |
commit | d23111dc1240d6df1b457d2f5f057aafb900ab22 (patch) | |
tree | 78d080053aad35a3913f325c380feb4145e8838e /regen/regcharclass.pl | |
parent | 6c4f067834ceefa3a58497985d62977e4f8738e9 (diff) | |
download | perl-d23111dc1240d6df1b457d2f5f057aafb900ab22.tar.gz |
remove test define from regen/regcharclass.pl
Diffstat (limited to 'regen/regcharclass.pl')
-rwxr-xr-x | regen/regcharclass.pl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/regen/regcharclass.pl b/regen/regcharclass.pl index 282f7008e4..823fe8892e 100755 --- a/regen/regcharclass.pl +++ b/regen/regcharclass.pl @@ -1203,8 +1203,3 @@ UTF8_CHAR: Matches utf8 from 1 to 5 bytes QUOTEMETA: Meta-characters that \Q should quote => high :fast \p{_Perl_Quotemeta} - -FOR_TESTING_DEMO: This is used to test if we generate incorrect code (currently it is ok) -=> UTF8 :safe -"\x{3B7}\x{342}" -"\x{3B9}\x{308}\x{301}" |