Fix build break

This commit is contained in:
Arun Prakash Jana 2018-12-29 05:29:40 +05:30
parent c694417462
commit 3d528d303d
No known key found for this signature in database
GPG Key ID: A75979F35C080412

View File

@ -619,7 +619,7 @@ def test_import_md(tmpdir, newtag, exp_res):
<a> </a>""",
((
'https://github.com/j', 'GitHub', ',tag1,tag2,',
'comment for the bookmark here\n', 0, True, False
'comment for the bookmark here', 0, True, False
),)
),
(
@ -628,7 +628,7 @@ def test_import_md(tmpdir, newtag, exp_res):
<a>second line of the comment here</a>""",
((
'https://github.com/j', 'GitHub', ',tag1,tag2,',
'comment for the bookmark here\n ', 0, True, False
'comment for the bookmark here', 0, True, False
),)
),
(
@ -642,7 +642,7 @@ def test_import_md(tmpdir, newtag, exp_res):
'https://github.com/j', 'GitHub', ',tag1,tag2,',
'comment for the bookmark here\n '
'second line of the comment here\n '
'third line of the comment here\n ',
'third line of the comment here',
0, True, False
),
('https://news.com/', 'News', ',tag1,tag2,tag3,', None, 0, True, False)