
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>
3 lines
145 B
Python
3 lines
145 B
Python
# A comment-only file, with no final EOL character
|
|
# This triggers https://bugs.python.org/issue2142
|
|
# This is the line without the EOL character |