aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt22
1 files changed, 11 insertions, 11 deletions
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt b/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
index 6a292a4acd..03183f59b1 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
+++ b/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
@@ -1,21 +1,21 @@
-@ ProgramNode (location: (0...13))
+@ ProgramNode (location: (1,0)-(3,3))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...13))
+ @ StatementsNode (location: (1,0)-(3,3))
└── body: (length: 3)
- ├── @ RangeNode (location: (0...3))
+ ├── @ RangeNode (location: (1,0)-(1,3))
│ ├── left:
- │ │ @ IntegerNode (location: (0...1))
+ │ │ @ IntegerNode (location: (1,0)-(1,1))
│ │ └── flags: decimal
│ ├── right: ∅
- │ ├── operator_loc: (1...3) = ".."
+ │ ├── operator_loc: (1,1)-(1,3) = ".."
│ └── flags: ∅
- ├── @ RangeNode (location: (6...9))
+ ├── @ RangeNode (location: (2,2)-(2,5))
│ ├── left:
- │ │ @ CallNode (location: (6...7))
+ │ │ @ CallNode (location: (2,2)-(2,3))
│ │ ├── receiver: ∅
│ │ ├── call_operator_loc: ∅
- │ │ ├── message_loc: (6...7) = "a"
+ │ │ ├── message_loc: (2,2)-(2,3) = "a"
│ │ ├── opening_loc: ∅
│ │ ├── arguments: ∅
│ │ ├── closing_loc: ∅
@@ -23,12 +23,12 @@
│ │ ├── flags: variable_call
│ │ └── name: "a"
│ ├── right: ∅
- │ ├── operator_loc: (7...9) = ".."
+ │ ├── operator_loc: (2,3)-(2,5) = ".."
│ └── flags: ∅
- └── @ CallNode (location: (12...13))
+ └── @ CallNode (location: (3,2)-(3,3))
├── receiver: ∅
├── call_operator_loc: ∅
- ├── message_loc: (12...13) = "c"
+ ├── message_loc: (3,2)-(3,3) = "c"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅