mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
ng: check can_never_match before validate_fuzzy
This commit is contained in:
committed by
Matthew Barr
parent
c50a931bb4
commit
5edecbf539
@@ -141,3 +141,4 @@
|
||||
144:/abc\b/{edit_distance=1} #Zero-width assertions are disallowed for approximate matching.
|
||||
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.
|
||||
|
Reference in New Issue
Block a user