diff options
Diffstat (limited to 'test/docx/codeblock.native')
-rw-r--r-- | test/docx/codeblock.native | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/docx/codeblock.native b/test/docx/codeblock.native deleted file mode 100644 index 441e33511..000000000 --- a/test/docx/codeblock.native +++ /dev/null @@ -1,3 +0,0 @@ -[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."]] |