Sign in
code
/
git
/
a88527203f0087114d4429b7f49bb6f79798d15a
/
.
/
t
/
chainlint
/
block.test
blob: 0a82fd579f6751a8ed7a88505d2c7988eaf3ae5c [
file
] [
log
] [
blame
]
(
# LINT: missing "&&" after first "echo"
foo
&&
{
echo a
echo b
}
&&
bar
&&
# LINT: missing "&&" at closing "}"
{
echo c
}
baz
)