Sign in
googlers
/
jrn
/
git
/
71e3a31e40203e3ac9cc4bf5d5cac943963f1e8f
/
.
/
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
)