about summary refs log blame commit diff
path: root/third_party/git/t/chainlint/case.expect
blob: 41f121fbbf9c9664640fc81c3e9e4315dadd42c3 (plain) (tree)


















                                      
(
	case "$x" in
	x) foo ;;
	*) bar ;;
	esac &&
	foobar
>) &&
(
	case "$x" in
	x) foo ;;
	*) bar ;;
?!AMP?!	esac
	foobar
>) &&
(
	case "$x" in 1) true;; esac &&
?!AMP?!	case "$y" in 2) false;; esac
	foobar
>)