diff options
Diffstat (limited to 'test/prism/snapshots/classes.txt')
-rw-r--r-- | test/prism/snapshots/classes.txt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/test/prism/snapshots/classes.txt b/test/prism/snapshots/classes.txt index a6544d52bc..4a36bd5cdc 100644 --- a/test/prism/snapshots/classes.txt +++ b/test/prism/snapshots/classes.txt @@ -20,7 +20,8 @@ │ │ ├── name_loc: (1,8)-(1,9) = "a" │ │ ├── value: │ │ │ @ IntegerNode (location: (1,12)-(1,13)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 1 │ │ └── operator_loc: (1,10)-(1,11) = "=" │ ├── end_keyword_loc: (1,14)-(1,17) = "end" │ └── name: :A @@ -98,7 +99,8 @@ │ │ ├── name_loc: (8,0)-(8,1) = "a" │ │ ├── value: │ │ │ @ IntegerNode (location: (8,4)-(8,5)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 1 │ │ └── operator_loc: (8,2)-(8,3) = "=" │ ├── end_keyword_loc: (9,0)-(9,3) = "end" │ └── name: :A @@ -287,7 +289,8 @@ │ │ ├── flags: ∅ │ │ ├── receiver: │ │ │ @ IntegerNode (location: (29,0)-(29,1)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 1 │ │ ├── call_operator_loc: ∅ │ │ ├── name: :+ │ │ ├── message_loc: (29,2)-(29,3) = "+" @@ -297,7 +300,8 @@ │ │ │ ├── flags: ∅ │ │ │ └── arguments: (length: 1) │ │ │ └── @ IntegerNode (location: (29,4)-(29,5)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 2 │ │ ├── closing_loc: ∅ │ │ └── block: ∅ │ └── end_keyword_loc: (30,0)-(30,3) = "end" @@ -314,7 +318,8 @@ │ │ ├── flags: ∅ │ │ ├── receiver: │ │ │ @ IntegerNode (location: (32,14)-(32,15)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 1 │ │ ├── call_operator_loc: ∅ │ │ ├── name: :+ │ │ ├── message_loc: (32,16)-(32,17) = "+" @@ -324,7 +329,8 @@ │ │ │ ├── flags: ∅ │ │ │ └── arguments: (length: 1) │ │ │ └── @ IntegerNode (location: (32,18)-(32,19)) - │ │ │ └── flags: decimal + │ │ │ ├── flags: decimal + │ │ │ └── value: 2 │ │ ├── closing_loc: ∅ │ │ └── block: ∅ │ └── end_keyword_loc: (32,20)-(32,23) = "end" @@ -350,7 +356,8 @@ │ │ ├── flags: ∅ │ │ └── arguments: (length: 1) │ │ └── @ IntegerNode (location: (34,12)-(34,13)) - │ │ └── flags: decimal + │ │ ├── flags: decimal + │ │ └── value: 1 │ ├── closing_loc: (34,13)-(34,14) = "]" │ └── block: ∅ ├── body: ∅ |