]> git.ipfire.org Git - thirdparty/git.git/blob - t/chainlint/case-comment.expect
Merge branch 'da/rhel7-lacks-uncompress2-and-c99'
[thirdparty/git.git] / t / chainlint / case-comment.expect
1 (
2 case "$x" in
3 x) foo ;;
4 *)
5 bar
6 ;;
7 esac
8 )