summaryrefslogtreecommitdiff
path: root/tests/docx/verbatim_subsuper.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2015-02-21 08:44:13 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2015-02-21 08:45:38 -0500
commit9654514e8a8f18eed4a9a5a3ef2b14d3be4e3187 (patch)
treea11455b527e447e21c830bc8f9d4cd108d13420c /tests/docx/verbatim_subsuper.native
parent55d2ce751a8fefc3e07aa5d703ca77dd2df2c8c7 (diff)
Docx reader: add test for verbatim in sub/superscript.
Diffstat (limited to 'tests/docx/verbatim_subsuper.native')
-rw-r--r--tests/docx/verbatim_subsuper.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/docx/verbatim_subsuper.native b/tests/docx/verbatim_subsuper.native
new file mode 100644
index 000000000..2e11e646a
--- /dev/null
+++ b/tests/docx/verbatim_subsuper.native
@@ -0,0 +1,8 @@
+[Para [Str "m",Superscript [Str "2"]]
+,Para [Str "m",Superscript [Code ("",[],[]) "2"]]
+,Para [Code ("",[],[]) "m",Superscript [Str "2"]]
+,Para [Code ("",[],[]) "m",Superscript [Code ("",[],[]) "2"]]
+,Para [Str "m",Subscript [Str "2"]]
+,Para [Str "m",Subscript [Code ("",[],[]) "2"]]
+,Para [Code ("",[],[]) "m",Subscript [Str "2"]]
+,Para [Code ("",[],[]) "m",Subscript [Code ("",[],[]) "2"]]]