hls-eval-plugin-1.1.0.0: test/testdata/TMulti.hs
{- | Multi line comments are parsed correctly.
-}
module TMulti () where
{- ORMOLU_DISABLE -}
-- this should work fine if previous multi comment is parsed correctly
-- >>> "a"++"b"
{- >>> 3+3
-}
-- this should work fine if previous multi comment is parsed correctly
-- >>> "a"++"b"
{-| >>> "NOT IGNORED" -}
-- this should work fine if previous multi comment is parsed correctly
-- >>> "a"++"b"