hls-eval-plugin-1.1.0.0: test/testdata/TSectionEval.hs
-- Tests in the same document section are executed together
module TSectionEval where
{-
>>> 1+1
>>> 2+2
-}
{-
>>> 3+3
>>> 4+4
-}
-- Tests in the same document section are executed together
module TSectionEval where
{-
>>> 1+1
>>> 2+2
-}
{-
>>> 3+3
>>> 4+4
-}