Browse Source

Remove extra tests

They are covered with commonmark tests now.
pull/82/head
Alex Kocharin 10 years ago
parent
commit
6430fa1b93
  1. 39
      test/fixtures/markdown-it/commonmark_extras.txt

39
test/fixtures/markdown-it/commonmark_extras.txt

@ -8,28 +8,6 @@ Regression tests for link backtracking optimizations:
.
This is not a valid emphasis, because \n considered a whitespace:
.
**test
**
**
test**
**
test
**
.
<p>**test
**</p>
<p>**
test**</p>
<p>**
test
**</p>
.
Link label has priority over emphasis (not covered by commonmark tests):
.
[**link]()**
@ -106,23 +84,6 @@ Autolinks do not allow escaping:
.
Multiline title in definitions:
.
[foo]: test '
1
2
3
'
[foo]
.
<p><a href="test" title="
1
2
3
">foo</a></p>
.
Escaping entities in links:

Loading…
Cancel
Save