Skip to content
Snippets Groups Projects
Verified Commit 63871057 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

test that `read_text` keeps symbols

parent fa74c582
Branches
No related tags found
No related merge requests found
THIS IS A (SAMPLE) TEXT, CONTAINING (A LOT OF) PUNCTUATION!!
......@@ -4,3 +4,4 @@ def test_read_text():
assert read_text("tests/sample.txt") == "this is a sample text file\n"
assert read_text("tests/empty.txt") == ""
assert read_text("tests/multiline.txt") == "i\nam\na\nmultiline\ntext\n"
assert read_text("tests/symbols.txt") == "this is a (sample) text, containing (a lot of) punctuation!!\n"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment