aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug335.hs
blob: c1821dd0d87cb83d54a3153fcb869f063990c959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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 = ()