Skip to content

Commit

Permalink
テスト追加
Browse files Browse the repository at this point in the history
  • Loading branch information
cho45 committed Mar 22, 2010
1 parent 6a079eb commit 5298c15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
11 changes: 11 additions & 0 deletions t/01_comment.t
Expand Up @@ -45,3 +45,14 @@ foobar <!-- secret -->
<li>1</li>
</ul>
=== test inline comment
--- input
- baz <!-- foobar --> bar
- 1
--- expected
<ul>
<li>baz <!-- --> bar</li>
<li>1</li>
</ul>
10 changes: 10 additions & 0 deletions t/01_pre.t
Expand Up @@ -36,3 +36,13 @@ quote1
</blockquote>
</pre>
=== test
--- input
>|
http://example.com/
|<
--- expected
<pre>
<a href="http://example.com/">http://example.com/</a>
</pre>

0 comments on commit 5298c15

Please sign in to comment.