aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/MultilineStrings/indentation.hs
{- ORACLE_TEST pass -}
{-# LANGUAGE MultilineStrings #-}
module Indentation where
s :: String
s = """
This is indented
by two spaces.
"""{- ORACLE_TEST pass -}
{-# LANGUAGE MultilineStrings #-}
module Indentation where
s :: String
s = """
This is indented
by two spaces.
"""