diff options
| author | Aaron 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) |
| commit | c127a86e1862df88ec6f9d15b79c627fc616766e (patch) | |
| tree | cbe57da6b7018dc0334591e324b9795edc7d290d /Lib/lib2to3/tests/data/crlf.py | |
| parent | 36d56ea826caffbeac0fc0c6d90248b80516e33c (diff) | |
| download | cpython-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/crlf.py')
| -rw-r--r-- | Lib/lib2to3/tests/data/crlf.py | 6 |
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?"
|
