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.native8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/rtf/link.native b/test/rtf/link.native
index 9902760e1..63a0d19ff 100644
--- a/test/rtf/link.native
+++ b/test/rtf/link.native
@@ -1,5 +1,9 @@
Pandoc
- ( Meta { unMeta = fromList [] } )
+ Meta { unMeta = fromList [] }
[ Para
- [ Link ( "", [], [] ) [ Str "pandoc" ] ( "http://pandoc.org", "" ) ]
+ [ Link
+ ( "" , [] , [] )
+ [ Str "pandoc" ]
+ ( "http://pandoc.org" , "" )
+ ]
]