summaryrefslogtreecommitdiff
path: root/files.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'files.yaml')
-rw-r--r--files.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/files.yaml b/files.yaml
index 2cc53e1..4fc44ac 100644
--- a/files.yaml
+++ b/files.yaml
@@ -21,6 +21,9 @@
function: file_matches
regex: true
+- then: files {filename1} and {filename2} match
+ function: files_match
+
- then: file (?P<filename>\S+) contains "(?P<pattern>.+)"
function: file_contains
regex: true