10 lines
93 B
Text
10 lines
93 B
Text
test_expect_success 'block-comment' '
|
|
(
|
|
{
|
|
# show a
|
|
echo a &&
|
|
# show b
|
|
echo b
|
|
}
|
|
)
|
|
'
|