summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/multiline_hash_declaration.txt
blob: 79b0ef5d2363885b1c709faf73b63df8faf4f989 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@ ProgramNode (location: (1,0)-(8,12))
├── locals: []
└── statements:
    @ StatementsNode (location: (1,0)-(8,12))
    └── body: (length: 3)
        ├── @ CallNode (location: (1,0)-(3,2))
        │   ├── flags: ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :f
        │   ├── message_loc: (1,0)-(1,1) = "f"
        │   ├── opening_loc: (1,1)-(1,2) = "("
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (1,2)-(3,1))
        │   │   ├── flags: ∅
        │   │   └── arguments: (length: 1)
        │   │       └── @ KeywordHashNode (location: (1,2)-(3,1))
        │   │           ├── flags: symbol_keys
        │   │           └── elements: (length: 1)
        │   │               └── @ AssocNode (location: (1,2)-(3,1))
        │   │                   ├── key:
        │   │                   │   @ SymbolNode (location: (1,2)-(1,8))
        │   │                   │   ├── flags: forced_us_ascii_encoding
        │   │                   │   ├── opening_loc: ∅
        │   │                   │   ├── value_loc: (1,2)-(1,7) = "state"
        │   │                   │   ├── closing_loc: (1,7)-(1,8) = ":"
        │   │                   │   └── unescaped: "state"
        │   │                   ├── value:
        │   │                   │   @ HashNode (location: (2,1)-(3,1))
        │   │                   │   ├── opening_loc: (2,1)-(2,2) = "{"
        │   │                   │   ├── elements: (length: 0)
        │   │                   │   └── closing_loc: (3,0)-(3,1) = "}"
        │   │                   └── operator_loc: ∅
        │   ├── closing_loc: (3,1)-(3,2) = ")"
        │   └── block: ∅
        ├── @ CallNode (location: (5,0)-(6,2))
        │   ├── flags: ignore_visibility
        │   ├── receiver: ∅
        │   ├── call_operator_loc: ∅
        │   ├── name: :f
        │   ├── message_loc: (5,0)-(5,1) = "f"
        │   ├── opening_loc: (5,1)-(5,2) = "("
        │   ├── arguments:
        │   │   @ ArgumentsNode (location: (5,2)-(6,1))
        │   │   ├── flags: ∅
        │   │   └── arguments: (length: 1)
        │   │       └── @ KeywordHashNode (location: (5,2)-(6,1))
        │   │           ├── flags: symbol_keys
        │   │           └── elements: (length: 1)
        │   │               └── @ AssocNode (location: (5,2)-(6,1))
        │   │                   ├── key:
        │   │                   │   @ SymbolNode (location: (5,2)-(5,8))
        │   │                   │   ├── flags: forced_us_ascii_encoding
        │   │                   │   ├── opening_loc: ∅
        │   │                   │   ├── value_loc: (5,2)-(5,7) = "state"
        │   │                   │   ├── closing_loc: (5,7)-(5,8) = ":"
        │   │                   │   └── unescaped: "state"
        │   │                   ├── value:
        │   │                   │   @ HashNode (location: (5,9)-(6,1))
        │   │                   │   ├── opening_loc: (5,9)-(5,10) = "{"
        │   │                   │   ├── elements: (length: 0)
        │   │                   │   └── closing_loc: (6,0)-(6,1) = "}"
        │   │                   └── operator_loc: ∅
        │   ├── closing_loc: (6,1)-(6,2) = ")"
        │   └── block: ∅
        └── @ CallNode (location: (8,0)-(8,12))
            ├── flags: ignore_visibility
            ├── receiver: ∅
            ├── call_operator_loc: ∅
            ├── name: :f
            ├── message_loc: (8,0)-(8,1) = "f"
            ├── opening_loc: (8,1)-(8,2) = "("
            ├── arguments:
            │   @ ArgumentsNode (location: (8,2)-(8,11))
            │   ├── flags: ∅
            │   └── arguments: (length: 1)
            │       └── @ KeywordHashNode (location: (8,2)-(8,11))
            │           ├── flags: symbol_keys
            │           └── elements: (length: 1)
            │               └── @ AssocNode (location: (8,2)-(8,11))
            │                   ├── key:
            │                   │   @ SymbolNode (location: (8,2)-(8,8))
            │                   │   ├── flags: forced_us_ascii_encoding
            │                   │   ├── opening_loc: ∅
            │                   │   ├── value_loc: (8,2)-(8,7) = "state"
            │                   │   ├── closing_loc: (8,7)-(8,8) = ":"
            │                   │   └── unescaped: "state"
            │                   ├── value:
            │                   │   @ HashNode (location: (8,9)-(8,11))
            │                   │   ├── opening_loc: (8,9)-(8,10) = "{"
            │                   │   ├── elements: (length: 0)
            │                   │   └── closing_loc: (8,10)-(8,11) = "}"
            │                   └── operator_loc: ∅
            ├── closing_loc: (8,11)-(8,12) = ")"
            └── block: ∅