summaryrefslogtreecommitdiffstats
path: root/t/chainlint/if-condition-split.expect
blob: ee745ef8d7fcc585e77a85854254c7b6fe7bf160 (plain)
1
2
3
4
5
6
7
if bob &&
   marcia ||
   kevin
then
	echo "nomads" ?!AMP?!
	echo "for sure"
fi