diff options
Diffstat (limited to 'lib/python2.7/lib2to3/tests/data/crlf.py')
-rw-r--r-- | lib/python2.7/lib2to3/tests/data/crlf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/python2.7/lib2to3/tests/data/crlf.py b/lib/python2.7/lib2to3/tests/data/crlf.py new file mode 100644 index 0000000..dbe2d7b --- /dev/null +++ b/lib/python2.7/lib2to3/tests/data/crlf.py @@ -0,0 +1,3 @@ +print "hi" + +print "Like bad Windows newlines?" |