blob: 0a82fd579f6751a8ed7a88505d2c7988eaf3ae5c [file] [log] [blame]
(
# LINT: missing "&&" after first "echo"
foo &&
{
echo a
echo b
} &&
bar &&
# LINT: missing "&&" at closing "}"
{
echo c
}
baz
)