diff options
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/regexp.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/functional/configs/regexp.conf b/test/functional/configs/regexp.conf index 0c0f93573..ddf780ed1 100644 --- a/test/functional/configs/regexp.conf +++ b/test/functional/configs/regexp.conf @@ -41,6 +41,12 @@ regexp { description = 'Test if regex matches word separated with newline (should work - newline is replaced with space)', group = 'body', } + SA_BODY_WORD_WITH_SPACE_AND_DOT { + re = '/\\bword\\.\\sagain\\b/{sa_body}', + score = 0.0, + description = 'Test if regex matches word separated with newline (should work - newline is replaced with space)', + group = 'body', + } } lua = "${TESTDIR}/lua/regex_test.lua" |