commit-graph: writing missing parents is a BUG
[git.git] / t / chainlint / close-subshell.test
blob508ca447fd6c8badde4cea7dce6d141e8fea9bca
1 # LINT: closing ")" with various decorations ("&&", ">", "|", etc.)
3         foo
4 ) &&
6         bar
7 ) >out &&
9         baz
10 ) 2>err &&
12         boo
13 ) <input &&
15         bip
16 ) | wuzzle &&
18         bop
19 ) | fazz \
20         fozz &&
22         bup
23 ) |
24 fuzzle &&
26         yop