diff options
Diffstat (limited to 'regen')
-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}" |