blob: 41f121fbbf9c9664640fc81c3e9e4315dadd42c3 [file] [log] [blame]
Eric Sunshineebcbbe02018-07-11 02:46:39 -04001(
2 case "$x" in
3 x) foo ;;
4 *) bar ;;
5 esac &&
6 foobar
7>) &&
8(
9 case "$x" in
10 x) foo ;;
11 *) bar ;;
12?!AMP?! esac
13 foobar
14>) &&
15(
16 case "$x" in 1) true;; esac &&
17?!AMP?! case "$y" in 2) false;; esac
18 foobar
19>)