Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
chainlint
/
block-comment.test
Code
Commits
Pulls
CI/CD
81,348
maint
bisect
jch
maint
master
next
seen
test
todo
test
10 lines
93 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'block-comment'
'
2
(
3
{
4
# show a
5
echo a &&
6
# show b
7
echo b
8
}
9
)
10
'