aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/difficult3_5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/difficult3_5.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/difficult3_5.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/test/yarp/snapshots/seattlerb/difficult3_5.txt b/test/yarp/snapshots/seattlerb/difficult3_5.txt
index 98fde853ef..174557dc5e 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_5.txt
+++ b/test/yarp/snapshots/seattlerb/difficult3_5.txt
@@ -1,44 +1,44 @@
-@ ProgramNode (location: (0...19))
+@ ProgramNode (location: (1,0)-(1,19))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...19))
+ @ StatementsNode (location: (1,0)-(1,19))
└── body: (length: 1)
- └── @ CallNode (location: (0...19))
+ └── @ CallNode (location: (1,0)-(1,19))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (0...1) = "f"
+ ├── message_loc: (1,0)-(1,1) = "f"
├── opening_loc: ∅
├── arguments:
- │ @ ArgumentsNode (location: (2...19))
+ │ @ ArgumentsNode (location: (1,2)-(1,19))
│ └── arguments: (length: 1)
- │ └── @ LambdaNode (location: (2...19))
+ │ └── @ LambdaNode (location: (1,2)-(1,19))
│ ├── locals: []
- │ ├── operator_loc: (2...4) = "->"
- │ ├── opening_loc: (7...8) = "{"
- │ ├── closing_loc: (18...19) = "}"
+ │ ├── operator_loc: (1,2)-(1,4) = "->"
+ │ ├── opening_loc: (1,7)-(1,8) = "{"
+ │ ├── closing_loc: (1,18)-(1,19) = "}"
│ ├── parameters:
- │ │ @ BlockParametersNode (location: (4...6))
+ │ │ @ BlockParametersNode (location: (1,4)-(1,6))
│ │ ├── parameters: ∅
│ │ ├── locals: (length: 0)
- │ │ ├── opening_loc: (4...5) = "("
- │ │ └── closing_loc: (5...6) = ")"
+ │ │ ├── opening_loc: (1,4)-(1,5) = "("
+ │ │ └── closing_loc: (1,5)-(1,6) = ")"
│ └── body:
- │ @ StatementsNode (location: (9...17))
+ │ @ StatementsNode (location: (1,9)-(1,17))
│ └── body: (length: 1)
- │ └── @ CallNode (location: (9...17))
+ │ └── @ CallNode (location: (1,9)-(1,17))
│ ├── receiver: ∅
│ ├── call_operator_loc: ∅
- │ ├── message_loc: (9...10) = "g"
+ │ ├── message_loc: (1,9)-(1,10) = "g"
│ ├── opening_loc: ∅
│ ├── arguments: ∅
│ ├── closing_loc: ∅
│ ├── block:
- │ │ @ BlockNode (location: (11...17))
+ │ │ @ BlockNode (location: (1,11)-(1,17))
│ │ ├── locals: []
│ │ ├── parameters: ∅
│ │ ├── body: ∅
- │ │ ├── opening_loc: (11...13) = "do"
- │ │ └── closing_loc: (14...17) = "end"
+ │ │ ├── opening_loc: (1,11)-(1,13) = "do"
+ │ │ └── closing_loc: (1,14)-(1,17) = "end"
│ ├── flags: ∅
│ └── name: "g"
├── closing_loc: ∅