diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-10-28 21:57:49 +0000 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2014-10-29 03:59:39 +0000 |
commit | e2ed3b9d8dfab09f1b1861dbc8e74f08e137ebcc (patch) | |
tree | 851c4d06ceb6eff1e0ac31c2c29548cdf830806c /html-test/src | |
parent | 968007937c3e108150a109c12163bbeff978629a (diff) |
Experimental support for collapsable headers
Closes #335
Diffstat (limited to 'html-test/src')
-rw-r--r-- | html-test/src/Bug335.hs | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/html-test/src/Bug335.hs b/html-test/src/Bug335.hs new file mode 100644 index 00000000..c1821dd0 --- /dev/null +++ b/html-test/src/Bug335.hs @@ -0,0 +1,26 @@ +-- Tests for collapsable headers +module Bug335 where + +{-| +=== __ExF:__ +abc +-} +f :: () +f = () + +{-| +=== __ExG:__ +>>> a +b + +>>> c +d + +==== Under ex +foo + +== Out of Ex +foo +-} +g :: () +g = () |