✏️ Fix misplaced regex & escaping regexes

patch-1
dw1 2020-07-02 18:56:51 +07:00
parent 4a140eaeec
commit 43c90fc616
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ requests:
matchers:
- type: regex
part: body
words:
- "(^10\s*dir|\.svn-base|has-props|svn:\/\/|[0-9a-f]{32}|[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{6}Z)"
regex:
- "(^10\\s*dir|\\.svn-base|has-props|svn:\\/\\/|[0-9a-f]{32}|[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{6}Z)"
- type: status
status:
- 200