tests: Test Metadata.get_links() with whitespace on one side.

This commit is contained in:
Brett Smith 2020-03-28 13:38:18 -04:00
parent 46cfc558ec
commit f996139070

View file

@ -39,6 +39,8 @@ def test_metadata_transforms_source():
@pytest.mark.parametrize('value', [
'',
'link',
' link',
'link ',
'link1 link2',
' link1 link2 link3 ',
])