diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-07-20 00:56:03 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-11-06 12:03:24 -0800 |
commit | f11b26e952860f576b3321b35e572ebb339268de (patch) | |
tree | a15c7d1c766b981480ffc18896dbd4825163c2b5 /haddock-library/fixtures/examples/linkInlineMarkup.parsed | |
parent | 7c77914a3d47b78e690c820b0964a8f14b886cc9 (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.parsed | 8 |
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"})) |