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