aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/yield.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/yarp/snapshots/yield.txt')
-rw-r--r--test/yarp/snapshots/yield.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/test/yarp/snapshots/yield.txt b/test/yarp/snapshots/yield.txt
index 68b01a7abc..ecdf48f026 100644
--- a/test/yarp/snapshots/yield.txt
+++ b/test/yarp/snapshots/yield.txt
@@ -1,37 +1,37 @@
-@ ProgramNode (location: (0...40))
+@ ProgramNode (location: (1,0)-(7,14))
├── locals: []
└── statements:
- @ StatementsNode (location: (0...40))
+ @ StatementsNode (location: (1,0)-(7,14))
└── body: (length: 4)
- ├── @ YieldNode (location: (0...5))
- │ ├── keyword_loc: (0...5) = "yield"
+ ├── @ YieldNode (location: (1,0)-(1,5))
+ │ ├── keyword_loc: (1,0)-(1,5) = "yield"
│ ├── lparen_loc: ∅
│ ├── arguments: ∅
│ └── rparen_loc: ∅
- ├── @ YieldNode (location: (7...14))
- │ ├── keyword_loc: (7...12) = "yield"
- │ ├── lparen_loc: (12...13) = "("
+ ├── @ YieldNode (location: (3,0)-(3,7))
+ │ ├── keyword_loc: (3,0)-(3,5) = "yield"
+ │ ├── lparen_loc: (3,5)-(3,6) = "("
│ ├── arguments: ∅
- │ └── rparen_loc: (13...14) = ")"
- ├── @ YieldNode (location: (16...24))
- │ ├── keyword_loc: (16...21) = "yield"
- │ ├── lparen_loc: (21...22) = "("
+ │ └── rparen_loc: (3,6)-(3,7) = ")"
+ ├── @ YieldNode (location: (5,0)-(5,8))
+ │ ├── keyword_loc: (5,0)-(5,5) = "yield"
+ │ ├── lparen_loc: (5,5)-(5,6) = "("
│ ├── arguments:
- │ │ @ ArgumentsNode (location: (22...23))
+ │ │ @ ArgumentsNode (location: (5,6)-(5,7))
│ │ └── arguments: (length: 1)
- │ │ └── @ IntegerNode (location: (22...23))
+ │ │ └── @ IntegerNode (location: (5,6)-(5,7))
│ │ └── flags: decimal
- │ └── rparen_loc: (23...24) = ")"
- └── @ YieldNode (location: (26...40))
- ├── keyword_loc: (26...31) = "yield"
- ├── lparen_loc: (31...32) = "("
+ │ └── rparen_loc: (5,7)-(5,8) = ")"
+ └── @ YieldNode (location: (7,0)-(7,14))
+ ├── keyword_loc: (7,0)-(7,5) = "yield"
+ ├── lparen_loc: (7,5)-(7,6) = "("
├── arguments:
- │ @ ArgumentsNode (location: (32...39))
+ │ @ ArgumentsNode (location: (7,6)-(7,13))
│ └── arguments: (length: 3)
- │ ├── @ IntegerNode (location: (32...33))
+ │ ├── @ IntegerNode (location: (7,6)-(7,7))
│ │ └── flags: decimal
- │ ├── @ IntegerNode (location: (35...36))
+ │ ├── @ IntegerNode (location: (7,9)-(7,10))
│ │ └── flags: decimal
- │ └── @ IntegerNode (location: (38...39))
+ │ └── @ IntegerNode (location: (7,12)-(7,13))
│ └── flags: decimal
- └── rparen_loc: (39...40) = ")"
+ └── rparen_loc: (7,13)-(7,14) = ")"