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/docx | |
parent | e5b374e2cae94e56f5512f88aad0f2fd862c71bd (diff) | |
download | pandoc-78c90bd749ae2e4935185aef6de6facc55ad4da0.tar.gz |
Added test case for links in notes.
Diffstat (limited to 'tests/docx')
-rw-r--r-- | tests/docx/link_in_notes.docx | bin | 0 -> 27357 bytes | |||
-rw-r--r-- | tests/docx/link_in_notes.native | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/docx/link_in_notes.docx b/tests/docx/link_in_notes.docx Binary files differnew file mode 100644 index 000000000..f3398f438 --- /dev/null +++ b/tests/docx/link_in_notes.docx diff --git a/tests/docx/link_in_notes.native b/tests/docx/link_in_notes.native new file mode 100644 index 000000000..bb2bbe8a2 --- /dev/null +++ b/tests/docx/link_in_notes.native @@ -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 "."]] |