summaryrefslogtreecommitdiff
path: root/tests/docx/enumerated_headings.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-03-16 12:56:17 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-03-16 12:56:17 -0400
commit7f4a40474c77a72cb66b9f583d241c1f21ef695f (patch)
tree11cd95827e7e1150acea6d64b66345e2d0be7221 /tests/docx/enumerated_headings.native
parent855c8b43f0497125f8d24b113ce0df92ed7d074b (diff)
Docx reader: Add test for enumerated headers.
We don't want them to turn into a list.
Diffstat (limited to 'tests/docx/enumerated_headings.native')
-rw-r--r--tests/docx/enumerated_headings.native4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/docx/enumerated_headings.native b/tests/docx/enumerated_headings.native
new file mode 100644
index 000000000..67c0df5e0
--- /dev/null
+++ b/tests/docx/enumerated_headings.native
@@ -0,0 +1,4 @@
+[Header 1 ("h1",[],[]) [Str "H1"]
+,Header 2 ("h2",[],[]) [Str "H2"]
+,Header 3 ("h3",[],[]) [Str "H3"]
+,Para [Str "And",Space,Str "some",Space,Str "text"]]