mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
character classes: handle \Q\E and utf8
This commit is contained in:
@@ -142,3 +142,5 @@
|
||||
145:/abc/8{edit_distance=1} #UTF-8 is disallowed for approximate matching.
|
||||
146:/(*UTF8)abc/{edit_distance=1} #UTF-8 is disallowed for approximate matching.
|
||||
147:/\b\BMYBt/s{edit_distance=1} #Pattern can never match.
|
||||
148:/\Q<>\Eaaaa/8 #Expression is not valid UTF-8.
|
||||
149:/[\Q<>\Eaaaa]/8 #Expression is not valid UTF-8.
|
||||
|
Reference in New Issue
Block a user