aboutsummaryrefslogtreecommitdiff
path: root/html-test/src
diff options
context:
space:
mode:
authorwatashi <zejun.wu@gmail.com>2015-04-26 16:35:28 -0700
committerwatashi <zejun.wu@gmail.com>2015-04-26 16:35:35 -0700
commit5d04e313cc52ecf88b0fd0b3d0d39ce6a8dc7406 (patch)
tree9b03274f736ce33540b7f21b7051691070e8009c /html-test/src
parentd567a12b2d24bab610cd7e8f8014d40c7615e24d (diff)
Do not insert anchor for section headings in contents box
Diffstat (limited to 'html-test/src')
-rw-r--r--html-test/src/Bug387.hs12
1 files changed, 12 insertions, 0 deletions
diff --git a/html-test/src/Bug387.hs b/html-test/src/Bug387.hs
new file mode 100644
index 00000000..d9fed34e
--- /dev/null
+++ b/html-test/src/Bug387.hs
@@ -0,0 +1,12 @@
+module Bug387
+ ( -- * Section1#a:section1#
+ test1
+ -- * Section2#a:section2#
+ , test2
+ ) where
+
+test1 :: Int
+test1 = 223
+
+test2 :: Int
+test2 = 42