From e19e1a36ee42c3bff3a9dc0b8858537c2ba8725e Mon Sep 17 00:00:00 2001 From: Simon Jakobi Date: Wed, 14 Mar 2018 12:15:33 +0100 Subject: Add fixture test for definition lists --- haddock-library/fixtures/examples/definitionList.input | 1 + haddock-library/fixtures/examples/definitionList.parsed | 1 + 2 files changed, 2 insertions(+) create mode 100644 haddock-library/fixtures/examples/definitionList.input create mode 100644 haddock-library/fixtures/examples/definitionList.parsed (limited to 'haddock-library/fixtures') diff --git a/haddock-library/fixtures/examples/definitionList.input b/haddock-library/fixtures/examples/definitionList.input new file mode 100644 index 00000000..e1bffb21 --- /dev/null +++ b/haddock-library/fixtures/examples/definitionList.input @@ -0,0 +1 @@ +[foo]: bar diff --git a/haddock-library/fixtures/examples/definitionList.parsed b/haddock-library/fixtures/examples/definitionList.parsed new file mode 100644 index 00000000..048aa141 --- /dev/null +++ b/haddock-library/fixtures/examples/definitionList.parsed @@ -0,0 +1 @@ +DocDefList [_×_ (DocString "foo") (DocString "bar")] -- cgit v1.2.3