Sign in
code
/
git
/
5eab3a7a11a1bdef512325829cb348a428f2b4ea
/
.
/
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
)
'