summaryrefslogtreecommitdiff
path: root/pylint/test/functional/line_endings.txt
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/test/functional/line_endings.txt')
-rw-r--r--pylint/test/functional/line_endings.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/pylint/test/functional/line_endings.txt b/pylint/test/functional/line_endings.txt
new file mode 100644
index 0000000..a18a872
--- /dev/null
+++ b/pylint/test/functional/line_endings.txt
@@ -0,0 +1,2 @@
+mixed-line-endings:3::Mixed line endings LF and CRLF
+unexpected-line-ending-format:3::Unexpected line ending format. There is 'CRLF' while it should be 'LF'.