Browse Source

Fixture rename

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
2f274bfc4d
  1. 12
      test/fixtures/remarkable/commonmark_extras.txt

12
test/fixtures/remarkable/regression.txt → test/fixtures/remarkable/commonmark_extras.txt

@ -1,4 +1,3 @@
Regression tests for link backtracking optimizations: Regression tests for link backtracking optimizations:
. .
@ -17,6 +16,8 @@ Regression tests for link backtracking optimizations:
<p>[[some unrelated text <a href="foo">[link]</a></p> <p>[[some unrelated text <a href="foo">[link]</a></p>
. .
This is not a valid emphasis, because \n considered a whitespace: This is not a valid emphasis, because \n considered a whitespace:
. .
@ -39,7 +40,9 @@ test
**</p> **</p>
. .
Same for strikethrough:
The same for strikethrough:
. .
~~test ~~test
@ -61,7 +64,9 @@ test
~~</p> ~~</p>
. .
Link priority, not covered by stmd tests:
Link label has priority over emphasis (not covered by stmd tests):
. .
[**link]()** [**link]()**
@ -71,3 +76,4 @@ Link priority, not covered by stmd tests:
<p><a href="">**link</a>**</p> <p><a href="">**link</a>**</p>
<p>**<a href="">link**</a></p> <p>**<a href="">link**</a></p>
. .
Loading…
Cancel
Save