summaryrefslogtreecommitdiffstats
path: root/t/chainlint/command-substitution.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/command-substitution.expect')
-rw-r--r--t/chainlint/command-substitution.expect9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/chainlint/command-substitution.expect b/t/chainlint/command-substitution.expect
new file mode 100644
index 0000000..c72e4df
--- /dev/null
+++ b/t/chainlint/command-substitution.expect
@@ -0,0 +1,9 @@
+(
+ foo &&
+ bar=$(gobble) &&
+ baz
+) &&
+(
+ bar=$(gobble blocks) ?!AMP?!
+ baz
+)