diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 18:49:23 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-22 18:49:23 +0000 |
commit | c9e89e17934c6ead71e7b3e2d0ceb068963026fa (patch) | |
tree | 8b5352bcec8cf4fb9d25231fb0a868431f9bea5b /tests/writer.context | |
parent | 9ddd464a7e6a434380a52ef69b97850e0cead138 (diff) | |
download | pandoc-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.context')
-rw-r--r-- | tests/writer.context | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/writer.context b/tests/writer.context index cfb26cd65..d4e07fb43 100644 --- a/tests/writer.context +++ b/tests/writer.context @@ -503,6 +503,14 @@ So is {\bf {\em this}} word. This is code: \type{>}, \type{$}, \type{\}, \type{\$}, \type{<html>}. +\overstrikes{This is {\em strikeout}.} + +Superscripts: a\high{bc}d a\high{{\em hello}} a\high{hello there}. + +Subscripts: H\low{2}O, H\low{23}O, H\low{many of them}O. + +These should not be superscripts or subscripts, because of the unescaped spaces: a\letterhat{}b c\letterhat{}d, a\lettertilde{}b c\lettertilde{}d. + \thinrule \section{Smart quotes, ellipses, dashes} |