tests: Test Metadata.get_links() with whitespace on one side.
This commit is contained in:
parent
46cfc558ec
commit
f996139070
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ def test_metadata_transforms_source():
|
|||
@pytest.mark.parametrize('value', [
|
||||
'',
|
||||
'link',
|
||||
' link',
|
||||
'link ',
|
||||
'link1 link2',
|
||||
' link1 link2 link3 ',
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue