aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/heredocs_with_ignored_newlines.txt
blob: 3fd8c7accb83868a7e134d317dfe240812f51d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
ProgramNode(0...23)(
  [],
  StatementsNode(0...23)(
    [InterpolatedStringNode(0...7)((0...7), [], (9...14)),
     InterpolatedStringNode(15...23)(
       (15...23),
       [StringNode(25...100)(
          nil,
          (25...100),
          nil,
          "way over\n" +
          "<<HERE\n" +
          "  not here\n" +
          "HERE\n" +
          "\n" +
          "<<~BUT  but\n" +
          "BUT\n" +
          "  there\n"
        )],
       (100...106)
     )]
  )
)