
Fixes: #1662 Work-around for https://bugs.python.org/issue2142 The test has to slightly mess with its input data, because the utility functions default to ensuring the test data has a final newline, which defeats the point of the test. Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>
9 lines
293 B
Diff
9 lines
293 B
Diff
--- [Deterministic header]
|
|
+++ [Deterministic header]
|
|
@@ -1,3 +1,3 @@
|
|
# A comment-only file, with no final EOL character
|
|
# This triggers https://bugs.python.org/issue2142
|
|
-# This is the line without the EOL character
|
|
\ No newline at end of file
|
|
+# This is the line without the EOL character
|