Sign in
◑
Theme
code
/
git
/
ff1da37f58e754a29dff0df03d58b1042a4d5654
/
.
/
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
)
'