Skip to content

Commit 2b63f3b

Browse files
committed
add test
1 parent 124c576 commit 2b63f3b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/specs/new/links_paren.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<p>(<a href="http://example.com/1">one</a>) (<a href="http://example.com/2">two</a>)</p>
2+
3+
<p>(<a href="http://example.com/1">one</a>) (<a href="http://example.com/2">two</a>)</p>
4+
5+
<p>(<a href="http://example.com/1" title="a">one</a>) (<a href="http://example.com/2" title="b">two</a>)</p>

test/specs/new/links_paren.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
([one](http://example.com/1)) ([two](http://example.com/2))
2+
3+
([one](http://example.com/1)) ([two](http://example.com/2))
4+
5+
([one](http://example.com/1 "a")) ([two](http://example.com/2 "b"))

0 commit comments

Comments
 (0)