summaryrefslogtreecommitdiff
path: root/t/chainlint/nested-subshell-comment.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/nested-subshell-comment.expect')
-rw-r--r--t/chainlint/nested-subshell-comment.expect11
1 files changed, 11 insertions, 0 deletions
diff --git a/t/chainlint/nested-subshell-comment.expect b/t/chainlint/nested-subshell-comment.expect
new file mode 100644
index 0000000000..078c6f275f
--- /dev/null
+++ b/t/chainlint/nested-subshell-comment.expect
@@ -0,0 +1,11 @@
+2 (
+3 foo &&
+4 (
+5 bar &&
+6 # bottles wobble while fiddles gobble
+7 # minor numbers of cows (or do they?)
+8 baz &&
+9 snaff
+10 ) ?!LINT: missing '&&'?!
+11 fuzzy
+12 )