Skip to content

Commit 48e367c

Browse files
committed
Python: Remove test with CRLF line endings
These were causing `git` to behave strangely, leaving files that were impossible to reset. In the future we should probably generate these problematic test files on the fly, so that they don't have to exist in the repo, but in the short run, it's easier to just remove them so as to not block other users of the repo.
1 parent 4cb0695 commit 48e367c

File tree

7 files changed

+1
-45
lines changed

7 files changed

+1
-45
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The test files in this directory were causing some issues with `git`, due to the use of CRLF line endings. For this reason they have been temporarily removed. You can consult the commit history for when this file was added to see what they looked like.

python/ql/test/extractor-tests/line_endings/Test.expected

Lines changed: 0 additions & 4 deletions
This file was deleted.

python/ql/test/extractor-tests/line_endings/Test.ql

Lines changed: 0 additions & 4 deletions
This file was deleted.

python/ql/test/extractor-tests/line_endings/continuation.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

python/ql/test/extractor-tests/line_endings/feeds.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

python/ql/test/extractor-tests/line_endings/string_cr_conversion.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

python/ql/test/extractor-tests/line_endings/test.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)