diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-11-14 13:45:29 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2015-11-14 13:49:02 -0500 |
commit | 78c90bd749ae2e4935185aef6de6facc55ad4da0 (patch) | |
tree | cc9e69ef0d4308c8d69f46fbc31643778a64bcfc /tests/Tests/Readers | |
parent | e5b374e2cae94e56f5512f88aad0f2fd862c71bd (diff) | |
download | pandoc-78c90bd749ae2e4935185aef6de6facc55ad4da0.tar.gz |
Added test case for links in notes.
Diffstat (limited to 'tests/Tests/Readers')
-rw-r--r-- | tests/Tests/Readers/Docx.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Readers/Docx.hs b/tests/Tests/Readers/Docx.hs index 7e3f1979e..127dfd73c 100644 --- a/tests/Tests/Readers/Docx.hs +++ b/tests/Tests/Readers/Docx.hs @@ -189,6 +189,10 @@ tests = [ testGroup "inlines" "docx/notes.docx" "docx/notes.native" , testCompare + "links in footnotes and endnotes" + "docx/link_in_notes.docx" + "docx/link_in_notes.native" + , testCompare "blockquotes (parsing indent as blockquote)" "docx/block_quotes.docx" "docx/block_quotes_parse_indent.native" |