diff options
Diffstat (limited to 'Lib/test/test_lib2to3/data/crlf.py')
-rw-r--r-- | Lib/test/test_lib2to3/data/crlf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/test_lib2to3/data/crlf.py b/Lib/test/test_lib2to3/data/crlf.py new file mode 100644 index 00000000000..a83ca8f0a20 --- /dev/null +++ b/Lib/test/test_lib2to3/data/crlf.py @@ -0,0 +1,3 @@ +print "hi"
+
+print "Like bad Windows newlines?"
|