summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-01-07 08:16:57 -0800
committerAnthony Sottile <asottile@umich.edu>2021-01-07 08:16:57 -0800
commitdde53f69f11571161c1db7c43ebfc3cfdfcc6f96 (patch)
tree7d1d06576276b9a20bdcba7104c552218d069a62 /testsuite
parent9dd78b97dea0e943300c92c853d6869e7fe41299 (diff)
downloadpep8-dde53f69f11571161c1db7c43ebfc3cfdfcc6f96.tar.gz
use tokenize.open to avoid incorrect line endings at beginning of file
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/crlf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/crlf.py b/testsuite/crlf.py
new file mode 100644
index 0000000..41f0d0f
--- /dev/null
+++ b/testsuite/crlf.py
@@ -0,0 +1,3 @@
+'''\
+test
+'''