From dde53f69f11571161c1db7c43ebfc3cfdfcc6f96 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Thu, 7 Jan 2021 08:16:57 -0800 Subject: use tokenize.open to avoid incorrect line endings at beginning of file --- testsuite/crlf.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testsuite/crlf.py (limited to 'testsuite') 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 +''' -- cgit v1.2.1