Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
chainlint
/
arithmetic-expansion.expect
Code
Commits
Pulls
CI/CD
82,128
seen
bisect
jch
maint
master
next
seen
test
todo
expect
9 lines
108 Bytes
Copy permalink
Copy
Raw
1
2 (
2
3 foo &&
3
4 bar=$((42 + 1)) &&
4
5 baz
5
6 ) &&
6
7 (
7
8 bar=$((42 + 1)) ?!LINT: missing '&&'?!
8
9 baz
9
10 )