summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/hashes.txt
blob: 0afb8db496d1f2fcc3bc44dc59a0bb85997d1704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{}

{
}

{ a => b, c => d }

{ a => b, **c }

{
      a: b,
      c: d



    }

{ a: b, c: d, **e, f: g }

{ "a": !b? }

a = 1
tap do
  b = 1
  { a:, b:, c:, D: }
end

{ a: -1 }