Browse Source

Add tests for subscript/superscript

pull/14/head
Alex Kocharin 10 years ago
parent
commit
f341e57d13
  1. 12
      test/fixtures/remarkable/sub.txt
  2. 18
      test/fixtures/remarkable/sup.txt

12
test/fixtures/remarkable/sub.txt

@ -0,0 +1,12 @@
.
~foo ~bar~ baz~
.
<p><sup>foo <sup>bar</sup> baz</sup></p>
.
.
this ~ is ~ not ~ subscript
.
<p>this ~ is ~ not ~ subscript</p>
.

18
test/fixtures/remarkable/sup.txt

@ -0,0 +1,18 @@
.
^foo ^bar^ baz^
.
<p><sup>foo <sup>bar</sup> baz</sup></p>
.
.
^foo ~bar~ baz^
.
<p><sup>foo <sub>bar</sub> baz</sup></p>
.
.
this ^ is ^ not ^ superscript
.
<p>this ^ is ^ not ^ superscript</p>
.
Loading…
Cancel
Save