summaryrefslogtreecommitdiffstats
path: root/Lib/lib2to3/tests/data
diff options
context:
space:
mode:
authorAaron Ang <aaronang@users.noreply.github.com>2018-04-17 21:34:14 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-04-17 21:34:14 (GMT)
commitc127a86e1862df88ec6f9d15b79c627fc616766e (patch)
treecbe57da6b7018dc0334591e324b9795edc7d290d /Lib/lib2to3/tests/data
parent36d56ea826caffbeac0fc0c6d90248b80516e33c (diff)
downloadcpython-c127a86e1862df88ec6f9d15b79c627fc616766e.zip
cpython-c127a86e1862df88ec6f9d15b79c627fc616766e.tar.gz
cpython-c127a86e1862df88ec6f9d15b79c627fc616766e.tar.bz2
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
Diffstat (limited to 'Lib/lib2to3/tests/data')
-rw-r--r--Lib/lib2to3/tests/data/crlf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/lib2to3/tests/data/crlf.py b/Lib/lib2to3/tests/data/crlf.py
index dbe2d7b..a83ca8f 100644
--- a/Lib/lib2to3/tests/data/crlf.py
+++ b/Lib/lib2to3/tests/data/crlf.py
@@ -1,3 +1,3 @@
-print "hi"
-
-print "Like bad Windows newlines?"
+print "hi"
+
+print "Like bad Windows newlines?"