Merge branch 'ps/reftable-multi-level-indices-fix'
[git.git] / t / chainlint / case-comment.expect
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