mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Fix an requirement mark in a test script so that it matches the
typo-corrected requirement. No changes to code. FossilOrigin-Name: 072412d5e3f92c9c6548f5c86d396d3f024df3f7
This commit is contained in:
@ -1081,9 +1081,9 @@ ifcapable !icu {
|
||||
# EVIDENCE-OF: R-33693-50180 The REGEXP operator is a special syntax for
|
||||
# the regexp() user function.
|
||||
#
|
||||
# EVIDENCE-OF: R-57289-13578 If a application-defined SQL function named
|
||||
# "regexp" is added at run-time, that function will be called in order
|
||||
# to implement the REGEXP operator.
|
||||
# EVIDENCE-OF: R-65524-61849 If an application-defined SQL function
|
||||
# named "regexp" is added at run-time, then the "X REGEXP Y" operator
|
||||
# will be implemented as a call to "regexp(Y,X)".
|
||||
#
|
||||
proc regexpfunc {args} {
|
||||
eval lappend ::regexpargs $args
|
||||
|
Reference in New Issue
Block a user