The sixth batch
[git/gitster.git] / t / chainlint / subshell-one-liner.expect
blob8f694990e8d9f1ce1205399f54b61436cfe4100c
2         (foo && bar) &&
3         (foo && bar) |
4         (foo && bar) >baz &&
6         (foo; ?!AMP?! bar) &&
7         (foo; ?!AMP?! bar) |
8         (foo; ?!AMP?! bar) >baz &&
10         (foo || exit 1) &&
11         (foo || exit 1) |
12         (foo || exit 1) >baz &&
14         (foo && bar) ?!AMP?!
16         (foo && bar; ?!AMP?! baz) ?!AMP?!
18         foobar