Sign in
googlers
/
jrn
/
git
/
refs/heads/maint
/
.
/
t
/
chainlint
/
one-liner.expect
blob: 5deeb050707cb3d3fc9b813a80d9d32c5ddb8648 [
file
] [
log
] [
blame
]
2
(
foo
&&
bar
)
&&
3
(
foo
&&
bar
)
|
4
(
foo
&&
bar
)
>
baz
&&
5
6
(
foo
;
?!
LINT
:
missing
'&&'
?!
bar
)
&&
7
(
foo
;
?!
LINT
:
missing
'&&'
?!
bar
)
|
8
(
foo
;
?!
LINT
:
missing
'&&'
?!
bar
)
>
baz
&&
9
10
(
foo
"bar; baz"
)