aboutsummaryrefslogtreecommitdiff
path: root/test/rtf/link.native
diff options
context:
space:
mode:
Diffstat (limited to 'test/rtf/link.native')
-rw-r--r--test/rtf/link.native9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/rtf/link.native b/test/rtf/link.native
new file mode 100644
index 000000000..63a0d19ff
--- /dev/null
+++ b/test/rtf/link.native
@@ -0,0 +1,9 @@
+Pandoc
+ Meta { unMeta = fromList [] }
+ [ Para
+ [ Link
+ ( "" , [] , [] )
+ [ Str "pandoc" ]
+ ( "http://pandoc.org" , "" )
+ ]
+ ]