Browse Source

CM 0.15 - now all tests pass

pull/25/head
Vitaly Puzrin 10 years ago
parent
commit
56999c6d5d
  1. 16
      test/fixtures/commonmark/bad.txt
  2. 9
      test/fixtures/commonmark/good.txt

16
test/fixtures/commonmark/bad.txt

@ -1,16 +0,0 @@
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src line: 4653
.
* a *
.
<p>* a *</p>
.
error:
<ul>
<li>a *</li>
</ul>

9
test/fixtures/commonmark/good.txt

@ -3718,6 +3718,15 @@ a*"foo"*
<p>a*&quot;foo&quot;*</p>
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src line: 4653
.
* a *
.
<p>* a *</p>
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src line: 4661

Loading…
Cancel
Save