diff options
Diffstat (limited to '')
-rw-r--r-- | t/chainlint/blank-line.expect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/chainlint/blank-line.expect b/t/chainlint/blank-line.expect new file mode 100644 index 0000000..f76fde1 --- /dev/null +++ b/t/chainlint/blank-line.expect @@ -0,0 +1,4 @@ +( + nothing && + something +) |