doctest-parallel-0.1: test/integration/TestFailOnMultiline/Fib.hs
module TestFailOnMultiline.Fib where
-- | The following interaction cause `doctest' to fail with an error:
--
-- >>> :{
foo :: Int
foo = 23
-- | The following interaction cause `doctest' to fail with an error:
--
-- >>> :{
bar :: Int
bar = 23