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

@@ -41,3 +41,4 @@ ATTRIBUTE VENDOR-TYPE-IFID 15 ifid
ATTRIBUTE VENDOR-TYPE-ETHER 16 ether ATTRIBUTE VENDOR-TYPE-ETHER 16 ether
ATTRIBUTE VENDOR-TYPE-TLV 18 tlv ATTRIBUTE VENDOR-TYPE-TLV 18 tlv
END-VENDOR TEST END-VENDOR TEST

View File

@@ -1 +1,2 @@
$INCLUDE ./other_mutual_recursive $INCLUDE ./other_mutual_recursive

View File

@@ -1 +1,2 @@
$INCLUDE mutual_recursive $INCLUDE mutual_recursive

View File

@@ -1 +1,2 @@
$INCLUDE ./self_recursive $INCLUDE ./self_recursive

View File

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

View File

@@ -179,3 +179,4 @@ def test_salt_crypt():
# dec = utils.salt_decrypt("secret", authenticator, salt, enc) # dec = utils.salt_decrypt("secret", authenticator, salt, enc)
# assert enc == encrypted # assert enc == encrypted
# assert plaintext = dec # assert plaintext = dec