summaryrefslogtreecommitdiff
path: root/share/common/lib/files.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/common/lib/files.yaml')
-rw-r--r--share/common/lib/files.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/common/lib/files.yaml b/share/common/lib/files.yaml
index cf85cfa..e4d9b6b 100644
--- a/share/common/lib/files.yaml
+++ b/share/common/lib/files.yaml
@@ -174,6 +174,14 @@
python:
function: files_file_contains
+- then: file (?P<filename>\S+) doesn't contain "(?P<data>.*)"
+ regex: true
+ impl:
+ rust:
+ function: subplotlib::steplibrary::files::file_doesnt_contain
+ python:
+ function: files_file_doesnt_contain
+
- then: file (?P<filename>\S+) matches regex /(?P<regex>.*)/
regex: true
impl: