aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt b/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
index a94837e41a..9d1cb6a12c 100644
--- a/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
+++ b/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
@@ -1,17 +1,17 @@
-@ ProgramNode (location: (0...3))
+@ ProgramNode (location: (1,0)-(1,3))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...3))
+ @ StatementsNode (location: (1,0)-(1,3))
└── body: (length: 1)
- └── @ CallNode (location: (0...3))
+ └── @ CallNode (location: (1,0)-(1,3))
├── receiver:
- │ @ SymbolNode (location: (1...3))
- │ ├── opening_loc: (1...2) = ":"
- │ ├── value_loc: (2...3) = "a"
+ │ @ SymbolNode (location: (1,1)-(1,3))
+ │ ├── opening_loc: (1,1)-(1,2) = ":"
+ │ ├── value_loc: (1,2)-(1,3) = "a"
│ ├── closing_loc: ∅
│ └── unescaped: "a"
├── call_operator_loc: ∅
- ├── message_loc: (0...1) = "+"
+ ├── message_loc: (1,0)-(1,1) = "+"
├── opening_loc: ∅
├── arguments: ∅
├── closing_loc: ∅