Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
Socializer
Socializer
/
t
/
greplint
/
bare-grep-flags.test
Code
Commits
Pulls
CI/CD
82,027
next
bisect
jch
maint
master
next
seen
test
todo
test
3 lines
69 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'grep -E is flagged'
'
2
grep -E "pat+ern" file
3
'