whitespace, comments, docstrings (test suite)
This commit is contained in:
parent
a53f567450
commit
01430166e5
33 changed files with 987 additions and 496 deletions
|
|
@ -53,9 +53,7 @@ if len(fns) != 2:
|
|||
cleaned_texts = [cleanup_file(fn) for fn in fns]
|
||||
|
||||
if len(fns) == 2:
|
||||
"""
|
||||
chunk headers have trailing newlines, hence the rstrip()
|
||||
"""
|
||||
# chunk headers have trailing newlines, hence the rstrip()
|
||||
sys.stderr.write('Generating diff\n')
|
||||
print(
|
||||
f'diff a/{fns[0]} b/{fns[1]}\n' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue