aboutsummaryrefslogtreecommitdiff
path: root/haddock-library/fixtures/examples/linkInlineMarkup.parsed
diff options
context:
space:
mode:
authorAlec Theriault <alec.theriault@gmail.com>2018-07-20 00:56:03 -0700
committerAlec Theriault <alec.theriault@gmail.com>2018-11-06 12:03:24 -0800
commitf11b26e952860f576b3321b35e572ebb339268de (patch)
treea15c7d1c766b981480ffc18896dbd4825163c2b5 /haddock-library/fixtures/examples/linkInlineMarkup.parsed
parent7c77914a3d47b78e690c820b0964a8f14b886cc9 (diff)
Fix/add to haddock-library test suite
Diffstat (limited to 'haddock-library/fixtures/examples/linkInlineMarkup.parsed')
-rw-r--r--haddock-library/fixtures/examples/linkInlineMarkup.parsed8
1 files changed, 8 insertions, 0 deletions
diff --git a/haddock-library/fixtures/examples/linkInlineMarkup.parsed b/haddock-library/fixtures/examples/linkInlineMarkup.parsed
new file mode 100644
index 00000000..39adab64
--- /dev/null
+++ b/haddock-library/fixtures/examples/linkInlineMarkup.parsed
@@ -0,0 +1,8 @@
+DocParagraph
+ (DocAppend
+ (DocString "Bla ")
+ (DocHyperlink
+ Hyperlink
+ {hyperlinkLabel = Just (DocAppend (DocString "link ")
+ (DocEmphasis (DocString "emphasized"))),
+ hyperlinkUrl = "http://example.com"}))