Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-28 01:52:25 +0300
committerJunio C Hamano <gitster@pobox.com>2023-12-28 01:52:25 +0300
commitf6a129ceaf0b9a1e294fcb5abdaad3885b3a391d (patch)
treee60e993371e9fae3de9e41860d40cc60a1d25486 /t/chainlint/subshell-one-liner.expect
parent73b1808fa3f9cd7c0a6e5e5079a9715bade5f4a0 (diff)
parent647b5e09987ac74e158d66ac2fd0036f2c9c99fe (diff)
Merge branch 'ps/chainlint-self-check-update'
Test framework update. * ps/chainlint-self-check-update: tests: adjust whitespace in chainlint expectations
Diffstat (limited to 't/chainlint/subshell-one-liner.expect')
-rw-r--r--t/chainlint/subshell-one-liner.expect5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/chainlint/subshell-one-liner.expect b/t/chainlint/subshell-one-liner.expect
index b7015361bf..8f694990e8 100644
--- a/t/chainlint/subshell-one-liner.expect
+++ b/t/chainlint/subshell-one-liner.expect
@@ -2,13 +2,18 @@
(foo && bar) &&
(foo && bar) |
(foo && bar) >baz &&
+
(foo; ?!AMP?! bar) &&
(foo; ?!AMP?! bar) |
(foo; ?!AMP?! bar) >baz &&
+
(foo || exit 1) &&
(foo || exit 1) |
(foo || exit 1) >baz &&
+
(foo && bar) ?!AMP?!
+
(foo && bar; ?!AMP?! baz) ?!AMP?!
+
foobar
)