diff options
Diffstat (limited to 't/chainlint/broken-chain.expect')
-rw-r--r-- | t/chainlint/broken-chain.expect | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/t/chainlint/broken-chain.expect b/t/chainlint/broken-chain.expect new file mode 100644 index 0000000000..b7b1ce8509 --- /dev/null +++ b/t/chainlint/broken-chain.expect @@ -0,0 +1,6 @@ +2 ( +3 foo && +4 bar ?!LINT: missing '&&'?! +5 baz && +6 wop +7 ) |