summaryrefslogtreecommitdiff
path: root/tests/docx/inline_formatting.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:16:50 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-13 11:16:50 -0700
commit40e67b873735f108dfb17f75f6475219a62278cd (patch)
tree7814e987155d3b7d196135e2cdbf06deb67d460d /tests/docx/inline_formatting.native
parentfa71a08ed3cae4ed26d2cb84b1f7a29be94e3ddb (diff)
Revised tests directory.
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.
Diffstat (limited to 'tests/docx/inline_formatting.native')
-rw-r--r--tests/docx/inline_formatting.native5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/docx/inline_formatting.native b/tests/docx/inline_formatting.native
new file mode 100644
index 000000000..22d8f79e8
--- /dev/null
+++ b/tests/docx/inline_formatting.native
@@ -0,0 +1,5 @@
+[Para [Str "Regular",Space,Str "text",Space,Emph [Str "italics"],Space,Strong [Str "bold",Space,Emph [Str "bold",Space,Str "italics"]],Str "."]
+,Para [Str "This",Space,Str "is",Space,SmallCaps [Str "Small",Space,Str "Caps"],Str ",",Space,Str "and",Space,Str "this",Space,Str "is",Space,Strikeout [Str "strikethrough"],Str "."]
+,Para [Str "Some",Space,Str "people",Space,Str "use",Space,Emph [Str "single",Space,Str "underlines",Space,Str "for",Space,Emph [Str "emphasis"]],Str "."]
+,Para [Str "Above",Space,Str "the",Space,Str "line",Space,Str "is",Space,Superscript [Str "superscript"],Space,Str "and",Space,Str "below",Space,Str "the",Space,Str "line",Space,Str "is",Space,Subscript [Str "subscript"],Str "."]
+,Para [Str "A",Space,Str "line",LineBreak,Str "break."]]