summaryrefslogtreecommitdiff
path: root/tests/docx.codeblock.native
diff options
context:
space:
mode:
Diffstat (limited to 'tests/docx.codeblock.native')
-rw-r--r--tests/docx.codeblock.native3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/docx.codeblock.native b/tests/docx.codeblock.native
new file mode 100644
index 000000000..441e33511
--- /dev/null
+++ b/tests/docx.codeblock.native
@@ -0,0 +1,3 @@
+[Para [Str "This",Space,Str "is",Space,Str "some",Space,Str "code:"]
+,CodeBlock ("",[],[]) "readDocx :: ReaderOptions\n -> B.ByteString\n -> Pandoc"
+,Para [Str "from",Space,Str "the",Space,Str "beginning",Space,Str "of",Space,Str "the",Space,Str "docx",Space,Str "reader."]]