summaryrefslogtreecommitdiff
path: root/t/chainlint/arithmetic-expansion.expect
diff options
context:
space:
mode:
Diffstat (limited to 't/chainlint/arithmetic-expansion.expect')
-rw-r--r--t/chainlint/arithmetic-expansion.expect6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/chainlint/arithmetic-expansion.expect b/t/chainlint/arithmetic-expansion.expect
index 09457d3..46ee104 100644
--- a/t/chainlint/arithmetic-expansion.expect
+++ b/t/chainlint/arithmetic-expansion.expect
@@ -2,8 +2,8 @@
foo &&
bar=$((42 + 1)) &&
baz
->) &&
+) &&
(
-?!AMP?! bar=$((42 + 1))
+ bar=$((42 + 1)) ?!AMP?!
baz
->)
+)