Added test case for links in notes.

This commit is contained in:
Jesse Rosenthal 2015-11-14 13:45:29 -05:00
parent e5b374e2ca
commit 78c90bd749
3 changed files with 5 additions and 0 deletions

View file

@ -188,6 +188,10 @@ tests = [ testGroup "inlines"
"footnotes and endnotes"
"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"

Binary file not shown.

View file

@ -0,0 +1 @@
[Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "test",Note [Para [Link [Str "http://wikipedia.org/"] ("http://wikipedia.org/","")]],Str "."]]