UNIX Text files are defined to have a trailing whiteline
This commit is contained in:
@@ -41,3 +41,4 @@ ATTRIBUTE VENDOR-TYPE-IFID 15 ifid
|
||||
ATTRIBUTE VENDOR-TYPE-ETHER 16 ether
|
||||
ATTRIBUTE VENDOR-TYPE-TLV 18 tlv
|
||||
END-VENDOR TEST
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
$INCLUDE ./other_mutual_recursive
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
$INCLUDE mutual_recursive
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
$INCLUDE ./self_recursive
|
||||
|
||||
|
||||
@@ -409,3 +409,4 @@ def test_get_nonexisting_attributes_from_dictionaries(attribute):
|
||||
dd = Dictionary("", dictionary)
|
||||
with pytest.raises(KeyError):
|
||||
_ = dd[attribute]
|
||||
|
||||
|
||||
@@ -179,3 +179,4 @@ def test_salt_crypt():
|
||||
# dec = utils.salt_decrypt("secret", authenticator, salt, enc)
|
||||
# assert enc == encrypted
|
||||
# assert plaintext = dec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user