git/t/chainlint/block-comment.test

11 lines
93 B
Plaintext

test_expect_success 'block-comment' '
(
{
# show a
echo a &&
# show b
echo b
}
)
'