about summary refs log blame commit diff
path: root/t/chainlint/cuddled.expect
blob: b506d4622197a837c66ca56dd22cf7d191664e68 (plain) (tree)




















                 
(
cd foo &&
	bar
>) &&

(
?!AMP?!cd foo
	bar
>) &&

(
	cd foo &&
>	bar) &&

(
cd foo &&
>	bar) &&

(
?!AMP?!cd foo
>	bar)