UNIX Text files are defined to have a trailing whiteline

This commit is contained in:
Istvan Ruzman
2020-08-17 09:19:04 +02:00
parent 7bc1ec5aea
commit 65fafa6d91
6 changed files with 6 additions and 0 deletions

View File

@@ -409,3 +409,4 @@ def test_get_nonexisting_attributes_from_dictionaries(attribute):
dd = Dictionary("", dictionary)
with pytest.raises(KeyError):
_ = dd[attribute]