Add negative test cases for various git artifacts.

This commit is contained in:
Chris Keele 2021-04-11 02:44:34 -07:00
parent 8993f10466
commit 0c6a81a69f
2 changed files with 26 additions and 1 deletions

View file

@ -7,8 +7,9 @@ from typing import Sequence
CONFLICT_PATTERNS = [
b'<<<<<<< ',
b'======= ',
b'||||||| ',
b'=======\n',
b'||||||| ',
b'|||||||\n',
b'>>>>>>> ',
]