mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 03:26:53 +00:00
Fix coverage
This commit is contained in:
parent
5c0618dc82
commit
92a8607b4b
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,8 @@ TESTS = (
|
|||
(b'foo\r\n\r\n\r\n', 1, b'foo\r\n'),
|
||||
(b'foo\r', 0, b'foo\r'),
|
||||
(b'foo\r\r\r\r', 1, b'foo\r'),
|
||||
(b'\r\n', 1, b''),
|
||||
(b'\r\n\r\n', 1, b''),
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue