whitespace, comments, docstrings (test suite)

This commit is contained in:
The MMGen Project 2023-10-11 12:58:51 +00:00
commit 01430166e5
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
33 changed files with 987 additions and 496 deletions

View file

@ -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' +