tangled
alpha
login
or
join now
freshlybakedca.ke
/
git
5
fork
atom
Git fork
5
fork
atom
overview
issues
pulls
2
pipelines
git
/
t
/
chainlint
/
block-comment.test
at
reftables-rust
10 lines
93 B
view raw
wrap content
Jeff King
chainlint.pl: add test_expect_success call to test snippets
2y ago
a5e45014
1
test_expect_success 'block-comment' '
2
(
3
{
4
# show a
5
echo a &&
6
# show b
7
echo b
8
}
9
)
10
'