summaryrefslogtreecommitdiffstats
path: root/t/chainlint/block-comment.test
blob: df2beea8887f3504e5fbab25aef96eb3763ded84 (plain)
1
2
3
4
5
6
7
8
(
	{
		# show a
		echo a &&
		# show b
		echo b
	}
)