Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
greplint
/
bare-grep-after-semicolon.test
Code
Commits
Pulls
CI/CD
82,037
test
bisect
jch
maint
master
next
seen
test
todo
test
4 lines
90 Bytes
Copy permalink
Copy
Raw
1
test_expect_success
'grep after semicolon is flagged'
'
2
echo hello;
3
grep pattern file
4
'