aboutsummaryrefslogtreecommitdiff
path: root/tests/docx/i18n_blocks.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-10-25 16:00:27 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-10-25 16:00:27 -0400
commitc0ddcb359e549b8631ec22c4aa8d97f72298be87 (patch)
tree470c91ffc99a5a0003ae0392a9391f1bb2091a36 /tests/docx/i18n_blocks.native
parent96c4b9e2e68295930b87e35cbff554623faea5a3 (diff)
downloadpandoc-c0ddcb359e549b8631ec22c4aa8d97f72298be87.tar.gz
Docx reader: add tests for i18n headers.
This tests blockquotes and headers in Russian. Previous tests make sure that this doesn't produce a regression in en-us Header and Blockquotes.
Diffstat (limited to 'tests/docx/i18n_blocks.native')
-rw-r--r--tests/docx/i18n_blocks.native8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/docx/i18n_blocks.native b/tests/docx/i18n_blocks.native
new file mode 100644
index 000000000..582a7360d
--- /dev/null
+++ b/tests/docx/i18n_blocks.native
@@ -0,0 +1,8 @@
+[Header 1 ("this-is-heading-1",[],[]) [Str "This",Space,Str "is",Space,Str "Heading",Space,Str "1"]
+,Header 2 ("this-is-heading-2",[],[]) [Str "This",Space,Str "is",Space,Str "Heading",Space,Str "2"]
+,BlockQuote
+ [Para [Str "This",Space,Str "is",Space,Str "Quote"]
+ ,Para [Str "This",Space,Str "is",Space,Str "Block",Space,Str "Text"]]
+,BulletList
+ [[Para [Str "This",Space,Str "is",Space,Str "list",Space,Str "item",Space,Str "1"]]
+ ,[Para [Str "This",Space,Str "is",Space,Str "list",Space,Str "item",Space,Str "2"]]]]