Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
greplint
/
filter-command-substitution.test
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
test
3 lines
94 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'grep in command substitution is not flagged'
'
2
x=$(grep pattern file)
3
'