aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
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/testsuite.txt
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/testsuite.txt')
-rw-r--r--tests/testsuite.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index cbe46cf70..af823ff57 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -424,6 +424,15 @@ So is ___this___ word.
This is code: `>`, `$`, `\`, `\$`, `<html>`.
+~~This is *strikeout*.~~
+
+Superscripts: a^bc^d a^*hello*^ a^hello\ there^.
+
+Subscripts: H~2~O, H~23~O, H~many\ of\ them~O.
+
+These should not be superscripts or subscripts,
+because of the unescaped spaces: a^b c^d, a~b c~d.
+
-----
# Smart quotes, ellipses, dashes