{a || "b"}
;
{a && "b"}
;
{a || }
;
{a && }
;
{a && ( make this text just so long enough to break this to the next line )}
;
{a && b && ( make this text just so long enough to break this to the next line )}
;
{a && (
)}
;