black/tests/data/missing_final_newline.diff
Paul "TBBle" Hampson cd4295dd98
Indicate that a final newline was added in --diff (#1897) (#1897)
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>
2021-02-21 22:43:23 -08:00

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