block.expect   [plain text]


(
	foo &&
	{
		echo a
		echo b
	} &&
	bar &&
	{
		echo c
?!AMP?!	}
	baz
>)