summaryrefslogtreecommitdiff
path: root/t/chainlint/case-comment.expect
blob: 1e4b054bda0faa803ecf12c8f4622ed0b1b29023 (plain)
1
2
3
4
5
6
7
8
(
	case "$x" in
	x) foo ;;
	*)
		bar
		;;
	esac
)