summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
index da84a7d..84e52e4 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -55,5 +55,15 @@
function: cleanup_was_not_run
regex: true
+
- then: JSON output matches {filename}
function: json_output_matches_file
+
+- then: "{filename} does not end in a newline"
+ function: file_ends_in_zero_newlines
+
+- then: "{filename} ends in one newline"
+ function: file_ends_in_one_newline
+
+- then: "{filename} ends in two newlines"
+ function: file_ends_in_two_newlines