Skip to content

Commit c68d342

Browse files
authored
🧪 TEST: Space in link destination does not raise IndexError (#206)
1 parent 32097fb commit c68d342

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/test_port/fixtures/commonmark_extras.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,3 +663,13 @@ Issue #772. Header rule should not interfere with html tags.
663663
==
664664
</pre>
665665
.
666+
667+
Issue #205. Space in link destination generates IndexError
668+
.
669+
[Contact](http:// mail.com)
670+
671+
[Contact](mailto: [email protected])
672+
.
673+
<p>[Contact](http:// mail.com)</p>
674+
<p>[Contact](mailto: [email protected])</p>
675+
.

0 commit comments

Comments
 (0)