diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-03-14 12:15:33 +0100 |
---|---|---|
committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-03-14 20:39:29 +0100 |
commit | e19e1a36ee42c3bff3a9dc0b8858537c2ba8725e (patch) | |
tree | c8e44c59ac314e7456711d12ccabedfc2aa2098d | |
parent | 0541448991cfaa26526283b8cc3d927c6a0c3db5 (diff) |
Add fixture test for definition lists
-rw-r--r-- | haddock-library/fixtures/examples/definitionList.input | 1 | ||||
-rw-r--r-- | haddock-library/fixtures/examples/definitionList.parsed | 1 |
2 files changed, 2 insertions, 0 deletions
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")] |