From 18ab8642692caca2716fd9b5a0e6dbfd3d9cf9cc Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Feb 2017 12:56:30 +0100 Subject: Moved tests/ -> test/. --- test/docx/codeblock.native | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/docx/codeblock.native (limited to 'test/docx/codeblock.native') diff --git a/test/docx/codeblock.native b/test/docx/codeblock.native new file mode 100644 index 000000000..441e33511 --- /dev/null +++ b/test/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."]] -- cgit v1.2.3