aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/cond_unary_minus.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/seattlerb/cond_unary_minus.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/cond_unary_minus.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/yarp/snapshots/seattlerb/cond_unary_minus.txt b/test/yarp/snapshots/seattlerb/cond_unary_minus.txt
index e6f0e2068b..28c354b85d 100644
--- a/test/yarp/snapshots/seattlerb/cond_unary_minus.txt
+++ b/test/yarp/snapshots/seattlerb/cond_unary_minus.txt
@@ -1,13 +1,13 @@
-@ ProgramNode (location: (0...10))
+@ ProgramNode (location: (1,0)-(1,10))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...10))
+ @ StatementsNode (location: (1,0)-(1,10))
└── body: (length: 1)
- └── @ IfNode (location: (0...10))
- ├── if_keyword_loc: (0...2) = "if"
+ └── @ IfNode (location: (1,0)-(1,10))
+ ├── if_keyword_loc: (1,0)-(1,2) = "if"
├── predicate:
- │ @ IntegerNode (location: (3...5))
+ │ @ IntegerNode (location: (1,3)-(1,5))
│ └── flags: decimal
├── statements: ∅
├── consequent: ∅
- └── end_keyword_loc: (7...10) = "end"
+ └── end_keyword_loc: (1,7)-(1,10) = "end"