Skip to content

Commit

Permalink
Ops, forgot to add new test files
Browse files Browse the repository at this point in the history
  • Loading branch information
artynusov committed Jul 19, 2008
1 parent b38cb84 commit 4c9cd2c
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/misc/backtick-escape.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>\`This should not be in code.\`
`This also should not be in code.`
`And finally this should not be in code.`</p>
3 changes: 3 additions & 0 deletions tests/misc/backtick-escape.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
\\`This should not be in code.\\`
\`This also should not be in code.\`
\`And finally this should not be in code.`
3 changes: 3 additions & 0 deletions tests/misc/link-with-parenthesis.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<p>
<a href="http://en.wikipedia.org/wiki/ZIP_(file_format)" title="ZIP (file format) - Wikipedia, the free encyclopedia">ZIP archives</a>
</p>
1 change: 1 addition & 0 deletions tests/misc/link-with-parenthesis.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP (file format) - Wikipedia, the free encyclopedia")
38 changes: 38 additions & 0 deletions tests/misc/nested-patterns.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<p>
<strong>
<em>
<a href="http://www.freewisdom.org">link</a>
</em>
</strong>
<strong>
<em>
<a href="http://www.freewisdom.org">link</a>
</em>
</strong>
<strong>
<a href="http://www.freewisdom.org">
<em>link</em>
</a>
</strong>
<strong>
<a href="http://www.freewisdom.org">
<em>link</em>
</a>
</strong>
<strong>
<a href="http://www.freewisdom.org">
<em>link</em>
</a>
</strong>
<strong>
<a href="http://www.freewisdom.org">
<em>link</em>
</a>
</strong>
<a href="http://www.freewisdom.org">
<strong>
<em>link</em>
</strong>
</a>
</p>

7 changes: 7 additions & 0 deletions tests/misc/nested-patterns.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
___[link](http://www.freewisdom.org)___
***[link](http://www.freewisdom.org)***
**[*link*](http://www.freewisdom.org)**
__[_link_](http://www.freewisdom.org)__
__[*link*](http://www.freewisdom.org)__
**[_link_](http://www.freewisdom.org)**
[***link***](http://www.freewisdom.org)

0 comments on commit 4c9cd2c

Please sign in to comment.