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