summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/seattlerb/difficult1_line_numbers.txt
blob: 8008127dc918658795a82fb9ebfe30df647bf3af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if true
  p 1
  a.b 2
  c.d 3, 4
  e.f 5
  g.h 6, 7
  p(1)
  a.b(2)
  c.d(3, 4)
  e.f(5)
  g.h(6, 7)
end