Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Jul 2, 2019
1 parent 124c576 commit 2b63f3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/specs/new/links_paren.html
@@ -0,0 +1,5 @@
<p>(<a href="http://example.com/1">one</a>) (<a href="http://example.com/2">two</a>)</p>

<p>(<a href="http://example.com/1">one</a>) (<a href="http://example.com/2">two</a>)</p>

<p>(<a href="http://example.com/1" title="a">one</a>) (<a href="http://example.com/2" title="b">two</a>)</p>
5 changes: 5 additions & 0 deletions test/specs/new/links_paren.md
@@ -0,0 +1,5 @@
([one](http://example.com/1)) ([two](http://example.com/2))

([one](http://example.com/1)) ([two](http://example.com/2))

([one](http://example.com/1 "a")) ([two](http://example.com/2 "b"))

0 comments on commit 2b63f3b

Please sign in to comment.