Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
chainlint
/
case-comment.test
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
test
13 lines
137 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'case-comment'
'
2
(
3
case "$x" in
4
# found foo
5
x) foo ;;
6
# found other
7
*)
8
# treat it as bar
9
bar
10
;;
11
esac
12
)
13
'