repo.or.cz
/
git
/
gitster.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'ja/doc-synopsis-markup'
[git/gitster.git]
/
t
/
chainlint
/
block-comment.test
blob
934ef4113a823944ce85cbfa509c1b375dd255fb
1
test_expect_success 'block-comment' '
2
(
3
{
4
# show a
5
echo a &&
6
# show b
7
echo b
8
}
9
)
10
'