Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
CrazyWebTemps
CrazyWebTemps
/
t
/
greplint
/
filter-command-substitution.test
Code
Commits
Pulls
CI/CD
81,972
jch
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
'