Browse Source

Move strikeout test to an appropriate place

pull/14/head
Alex Kocharin 10 years ago
parent
commit
182c21b4c3
  1. 25
      test/fixtures/remarkable/commonmark_extras.txt
  2. 23
      test/fixtures/remarkable/strikeout.txt

25
test/fixtures/remarkable/commonmark_extras.txt

@ -41,31 +41,6 @@ test
. .
The same for strikethrough:
.
~~test
~~
~~
test~~
~~
test
~~
.
<p>~~test
~~</p>
<p>~~
test~~</p>
<p>~~
test
~~</p>
.
Link label has priority over emphasis (not covered by stmd tests): Link label has priority over emphasis (not covered by stmd tests):
. .

23
test/fixtures/remarkable/strikeout.txt

@ -68,3 +68,26 @@ foo ~~ bar ~~ baz
. .
<p>foo ~~ bar ~~ baz</p> <p>foo ~~ bar ~~ baz</p>
. .
Newline should be considered a whitespace:
.
~~test
~~
~~
test~~
~~
test
~~
.
<p>~~test
~~</p>
<p>~~
test~~</p>
<p>~~
test
~~</p>
.

Loading…
Cancel
Save