Code & Deploy
Code
Models
Repos
Sign in
@leroysheep
/
rag-system
rag-system
/
t
/
greplint
/
bare-grep-after-semicolon.test
Code
Commits
Pulls
CI/CD
82,027
next
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
'