Skip to content

Commit

Permalink
misc: clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rien333 committed Dec 18, 2024
1 parent 0ece9c1 commit 5034646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mdto_voorbeelden.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_file_saving(voorbeeld_archiefstuk_xml, tmp_path_factory):

# MDTO uses CRLF (DOS) line endings. Convert them to UNIX line endings.
with open(voorbeeld_archiefstuk_xml, "rb") as f:
# Example files also contain newlines at the end of files, so add this
# Example files also contain newlines at the end of files, so append an extra \n
voorbeeld_archiefstuk_xml_lf_endings = b"\n".join(f.read().splitlines()) + b"\n"

# Read contents of saved file
Expand Down

0 comments on commit 5034646

Please sign in to comment.