From d6cf6f9c75e08ce1760c2dbdee81775ba97a5f0c Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Mon, 31 Mar 2014 18:29:04 +0100 Subject: Drop leading whitespace in @-style blocks. Fixes #201. --- html-test/ref/Bug201.html | 102 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 html-test/ref/Bug201.html (limited to 'html-test/ref/Bug201.html') diff --git a/html-test/ref/Bug201.html b/html-test/ref/Bug201.html new file mode 100644 index 00000000..893ccbef --- /dev/null +++ b/html-test/ref/Bug201.html @@ -0,0 +1,102 @@ + +Bug201

 

Safe HaskellSafe-Inferred

Bug201

Synopsis

  • f :: ()
  • g :: ()

Documentation

f :: ()

This leading whitespace
+should be dropped
+

g :: ()

 But this one
+ should not
+
this should
+be dropped
and so should this
+because there's a space before closing @
+
-- cgit v1.2.3