diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2023-01-14 10:08:09 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2023-01-14 10:10:26 +0100 |
| commit | 8f394a17f24dbf42a52a1fcddaddcab804f68c66 (patch) | |
| tree | d3e72479724c8a20bbe4e4a194d785a9ea0fa192 /test/Tests | |
| parent | 7a9d8ccaa1bff6eb11f38b0674face884631178d (diff) | |
Remove Null constructor from docs
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Writers/Muse.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Tests/Writers/Muse.hs b/test/Tests/Writers/Muse.hs index 952b44f9c..cef9a69a2 100644 --- a/test/Tests/Writers/Muse.hs +++ b/test/Tests/Writers/Muse.hs @@ -430,7 +430,6 @@ tests = [ testGroup "block elements" , "div with bullet list" =: divWith nullAttr (bulletList [para "foo"]) =?> unlines [ " - foo" ] -- Making sure bullets are indented - -- Null is trivial ] , testGroup "inline elements" [ testGroup "string" |
