summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/T4436.stderr
blob: d66582ec1e0c28122f28d7c998d6700eebfe27a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
T4436.hs:5:7-56: Splicing expression
    return
      (LitE
         (StringL
            "hello\
            \goodbye\
            \and then"))
  ======>
    "hello\
    \goodbye\
    \and then"