Sign in
code
/
git
/
c8d76f7325e75c6f0549fce29ea4f3d97eb079cb
/
.
/
t
/
chainlint
/
case-comment.test
blob: 3f31ae901035496343592531b5bc22a61c919a05 [
file
]
test_expect_success
'case-comment'
'
(
case "$x" in
# found foo
x) foo ;;
# found other
*)
# treat it as bar
bar
;;
esac
)
'