diff --git a/tests/syntax-tests/source/Plaintext/README.md b/tests/syntax-tests/source/Plaintext/README.md index 59c0065e..2a379aed 100644 --- a/tests/syntax-tests/source/Plaintext/README.md +++ b/tests/syntax-tests/source/Plaintext/README.md @@ -8,5 +8,5 @@ with open("plaintext.txt", "w"): except: pass f.write("\n") - f.write("Here is a line with multiple characters") + f.write("Here is a line with multiple characters\n") ```