aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 18:49:23 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-22 18:49:23 +0000
commitc9e89e17934c6ead71e7b3e2d0ceb068963026fa (patch)
tree8b5352bcec8cf4fb9d25231fb0a868431f9bea5b /tests/writer.html
parent9ddd464a7e6a434380a52ef69b97850e0cead138 (diff)
downloadpandoc-c9e89e17934c6ead71e7b3e2d0ceb068963026fa.tar.gz
Updated test suite for writers, adding tests for
strikeout, superscript, subscript. git-svn-id: https://pandoc.googlecode.com/svn/trunk@766 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.html')
-rw-r--r--tests/writer.html30
1 files changed, 29 insertions, 1 deletions
diff --git a/tests/writer.html b/tests/writer.html
index 10d1c0c4f..fb501fdbf 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -8,7 +8,9 @@
/><meta name="author" content="John MacFarlane"
/><meta name="author" content="Anonymous"
/><meta name="date" content="July 17, 2006"
- /></head
+ /><style type="text/css"
+ >.strikeout { text-decoration: line-through; }</style
+ ></head
><body
><h1 class="title"
>Pandoc Test Suite</h1
@@ -635,6 +637,32 @@ Blah
>, <code
>&lt;html&gt;</code
>.</p
+ ><p
+ ><span class="strikeout"
+ >This is <em
+ >strikeout</em
+ >.</span
+ ></p
+ ><p
+ >Superscripts: a<sup
+ >bc</sup
+ >d a<sup
+ ><em
+ >hello</em
+ ></sup
+ > a<sup
+ >hello there</sup
+ >.</p
+ ><p
+ >Subscripts: H<sub
+ >2</sub
+ >O, H<sub
+ >23</sub
+ >O, H<sub
+ >many of them</sub
+ >O.</p
+ ><p
+ >These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d.</p
><hr
/><h1 id="smart-quotes-ellipses-dashes"
>Smart quotes, ellipses, dashes</h1