summaryrefslogtreecommitdiff
path: root/t/chainlint/block.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/block.expect')
-rw-r--r--t/chainlint/block.expect15
1 files changed, 13 insertions, 2 deletions
diff --git a/t/chainlint/block.expect b/t/chainlint/block.expect
index da60257..1c87326 100644
--- a/t/chainlint/block.expect
+++ b/t/chainlint/block.expect
@@ -1,7 +1,7 @@
(
foo &&
{
- echo a
+ echo a ?!AMP?!
echo b
} &&
bar &&
@@ -9,4 +9,15 @@
echo c
} ?!AMP?!
baz
-)
+) &&
+
+{
+ echo a; ?!AMP?! echo b
+} &&
+{ echo a; ?!AMP?! echo b; } &&
+
+{
+ echo "${var}9" &&
+ echo "done"
+} &&
+finis