We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca32b13 commit 0647c28Copy full SHA for 0647c28
properdocs/tests/structure/page_tests.py
@@ -1231,7 +1231,7 @@ def test_invalid_link_ipv6(self):
1231
files=['index.md'],
1232
logs="INFO:Doc file 'index.md' contains an invalid link 'http://[a]/', it was left as is.",
1233
),
1234
- '<a href="http://[a]">absolute local path</a>',
+ '<a href="http://[a]/">invalid link</a>',
1235
)
1236
1237
def test_email_link(self):
0 commit comments