Added test case for links in notes.
This commit is contained in:
parent
e5b374e2ca
commit
78c90bd749
3 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
BIN
tests/docx/link_in_notes.docx
Normal file
BIN
tests/docx/link_in_notes.docx
Normal file
Binary file not shown.
1
tests/docx/link_in_notes.native
Normal file
1
tests/docx/link_in_notes.native
Normal 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 "."]]
|
Loading…
Reference in a new issue