Skip to content

Commit

Permalink
Fix testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
yuin committed Oct 12, 2024
1 parent 41273a4 commit bc993b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _test/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ a* b c d *e*
//- - - - - - - - -//
x
//- - - - - - - - -//
<pre><code> x</code></pre>
<pre><code> x
</code></pre>
//= = = = = = = = = = = = = = = = = = = = = = = =//

26: NUL bytes must be replaced with U+FFFD
Expand Down
3 changes: 2 additions & 1 deletion extension/_test/definition_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ on two lines.</p>
//- - - - - - - - -//
<dl>
<dt>0</dt>
<dd><pre><code> 0</code></pre>
<dd><pre><code> 0
</code></pre>
</dd>
</dl>
//= = = = = = = = = = = = = = = = = = = = = = = =//

0 comments on commit bc993b4

Please sign in to comment.