Merge branch 'mb/p4-fixes'
[git/debian.git] / t / chainlint / case-comment.test
blob641c157b98c0af678b15fb2cc25645eac8650602
2         case "$x" in
3         # found foo
4         x) foo ;;
5         # found other
6         *)
7                 # treat it as bar
8                 bar
9                 ;;
10         esac