Skip to content

Commit

Permalink
improve double_link test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Jan 9, 2013
1 parent 995cb0c commit ebc1b94
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/new/double_link.html
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

<p>Already linked: <a href="http://example.com/"><strong>http://example.com/</strong></a>.</p>
4 changes: 4 additions & 0 deletions test/new/double_link.text
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

Already linked: [http://example.com/](http://example.com/).

Already linked: <a href="http://example.com/">**http://example.com/**</a>.
4 changes: 4 additions & 0 deletions test/tests/double_link.html
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

<p>Already linked: <a href="http://example.com/"><strong>http://example.com/</strong></a>.</p>
4 changes: 4 additions & 0 deletions test/tests/double_link.text
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
<p>Already linked: <a href="http://example.com/">http://example.com/</a>.</p>

Already linked: [http://example.com/](http://example.com/).

Already linked: <a href="http://example.com/">**http://example.com/**</a>.

0 comments on commit ebc1b94

Please sign in to comment.