diff options
Diffstat (limited to 't/chainlint/arithmetic-expansion.expect')
-rw-r--r-- | t/chainlint/arithmetic-expansion.expect | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/t/chainlint/arithmetic-expansion.expect b/t/chainlint/arithmetic-expansion.expect new file mode 100644 index 0000000..09457d3 --- /dev/null +++ b/t/chainlint/arithmetic-expansion.expect @@ -0,0 +1,9 @@ +( + foo && + bar=$((42 + 1)) && + baz +>) && +( +?!AMP?! bar=$((42 + 1)) + baz +>) |