aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/Bug335.hs
blob: 4566830791166f9afe8585dc171e35b21634e1bf (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
27
{-# LANGUAGE Haskell2010 #-}
-- 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 = ()