diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-03-14 12:35:27 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-14 20:39:29 +0100 |
commit | ff97278e6e7e46f44d69036fad2de3c6cfae0ca2 (patch) | |
tree | cc237aaedf5ada91324fe0a6348ea80b5b06d154 /haddock-library/fixtures/examples/linkInline.parsed | |
parent | 653a83ac6cd246f9f06409af23b5a5377c6ee479 (diff) |
Add fixture test for inline links
Diffstat (limited to 'haddock-library/fixtures/examples/linkInline.parsed')
-rw-r--r-- | haddock-library/fixtures/examples/linkInline.parsed | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haddock-library/fixtures/examples/linkInline.parsed b/haddock-library/fixtures/examples/linkInline.parsed new file mode 100644 index 00000000..43470d7b --- /dev/null +++ b/haddock-library/fixtures/examples/linkInline.parsed @@ -0,0 +1,6 @@ +DocParagraph + (DocAppend + (DocString "Bla ") + (DocHyperlink + Hyperlink + {hyperlinkLabel = Just "link", hyperlinkUrl = "http://example.com"})) |