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