summaryrefslogtreecommitdiff
path: root/subplot/data.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot/data.yaml')
-rw-r--r--subplot/data.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/subplot/data.yaml b/subplot/data.yaml
index 6d384b8..9538daa 100644
--- a/subplot/data.yaml
+++ b/subplot/data.yaml
@@ -1,6 +1,4 @@
-- given: >
- a file (?P<filename>\\S+) containing "(?P<data>.*)"
- regex: true
+- given: a file {filename} containing "{data:text}"
function: create_file_with_given_data
- given: "a file {filename} containing some random data"