Skip to content

Commit 62fcaf5

Browse files
author
Steve Ayers
committed
Remove unused test
1 parent 0556a23 commit 62fcaf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

protovalidate/internal/matches.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def matches(text: str, pattern: str) -> bool:
4444
Instead of foisting this issue on users, we instead mimic re2 syntax by failing
4545
to compile the regex for patterns not compatible with re2.
4646
47+
Users can choose to override this behavior by providing their own custom matches
48+
function via the Config.
49+
4750
Raises:
4851
celpy.CELEvalError: If pattern contains invalid re2 syntax.
4952
"""

0 commit comments

Comments
 (0)