]> git.ipfire.org Git - thirdparty/git.git/blame - t/chainlint/nested-subshell.expect
Merge branch 'rs/parse-options-with-keep-unknown-abbrev-fix'
[thirdparty/git.git] / t / chainlint / nested-subshell.expect
CommitLineData
bb4efbc5
ES
1(
2 cd foo &&
3 (
4 echo a &&
5 echo b
5be30d0c 6 ) >file &&
647b5e09 7
bb4efbc5
ES
8 cd foo &&
9 (
d00113ec 10 echo a ?!AMP?!
bb4efbc5 11 echo b
5be30d0c
ES
12 ) >file
13)