Sign in
googlers
/
jrn
/
git
/
28dc26dc337932d9e4df8f83f1e454ea6bbc0897
/
.
/
t
/
chainlint
/
case.expect
blob: 31f280d8ceb3152a057c26cabe926f9defb8bdac [
file
] [
log
] [
blame
]
(
case
"$x"
in
x
)
foo
;;
*)
bar
;;
esac
&&
foobar
)
&&
(
case
"$x"
in
x
)
foo
;;
*)
bar
;;
esac
?!
AMP
?!
foobar
)
&&
(
case
"$x"
in
1
)
true
;;
esac
&&
case
"$y"
in
2
)
false
;;
esac
?!
AMP
?!
foobar
)