aboutsummaryrefslogtreecommitdiffstats
path: root/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-09-27 12:22:36 -0400
committerKevin Newton <kddnewton@gmail.com>2023-09-27 13:57:38 -0400
commit8ab56869a64fdccc094f4a83c6367fb23b72d38b (patch)
tree46ef2bd5c51d5b7f923eda6a60edefc7a08200db /test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
parent7e0971eb5d679bb6219abb0ec238139aa6502c5a (diff)
downloadruby-8ab56869a64fdccc094f4a83c6367fb23b72d38b.tar.gz
Rename YARP filepaths to prism filepaths
Diffstat (limited to 'test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt')
-rw-r--r--test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt76
1 files changed, 0 insertions, 76 deletions
diff --git a/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt b/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
deleted file mode 100644
index 741e1cba09..0000000000
--- a/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
+++ /dev/null
@@ -1,76 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,42))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,42))
- └── body: (length: 1)
- └── @ CallNode (location: (1,0)-(1,42))
- ├── receiver:
- │ @ ArrayNode (location: (1,0)-(1,12))
- │ ├── elements: (length: 4)
- │ │ ├── @ IntegerNode (location: (1,1)-(1,2))
- │ │ │ └── flags: decimal
- │ │ ├── @ IntegerNode (location: (1,4)-(1,5))
- │ │ │ └── flags: decimal
- │ │ ├── @ IntegerNode (location: (1,7)-(1,8))
- │ │ │ └── flags: decimal
- │ │ └── @ IntegerNode (location: (1,10)-(1,11))
- │ │ └── flags: decimal
- │ ├── opening_loc: (1,0)-(1,1) = "["
- │ └── closing_loc: (1,11)-(1,12) = "]"
- ├── call_operator_loc: ∅
- ├── message_loc: (1,12)-(1,24) = "[from .. to]"
- ├── opening_loc: (1,12)-(1,13) = "["
- ├── arguments:
- │ @ ArgumentsNode (location: (1,13)-(1,42))
- │ └── arguments: (length: 2)
- │ ├── @ RangeNode (location: (1,13)-(1,23))
- │ │ ├── left:
- │ │ │ @ CallNode (location: (1,13)-(1,17))
- │ │ │ ├── receiver: ∅
- │ │ │ ├── call_operator_loc: ∅
- │ │ │ ├── message_loc: (1,13)-(1,17) = "from"
- │ │ │ ├── opening_loc: ∅
- │ │ │ ├── arguments: ∅
- │ │ │ ├── closing_loc: ∅
- │ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: "from"
- │ │ ├── right:
- │ │ │ @ CallNode (location: (1,21)-(1,23))
- │ │ │ ├── receiver: ∅
- │ │ │ ├── call_operator_loc: ∅
- │ │ │ ├── message_loc: (1,21)-(1,23) = "to"
- │ │ │ ├── opening_loc: ∅
- │ │ │ ├── arguments: ∅
- │ │ │ ├── closing_loc: ∅
- │ │ │ ├── block: ∅
- │ │ │ ├── flags: variable_call
- │ │ │ └── name: "to"
- │ │ ├── operator_loc: (1,18)-(1,20) = ".."
- │ │ └── flags: ∅
- │ └── @ ArrayNode (location: (1,27)-(1,42))
- │ ├── elements: (length: 3)
- │ │ ├── @ StringNode (location: (1,28)-(1,31))
- │ │ │ ├── flags: ∅
- │ │ │ ├── opening_loc: (1,28)-(1,29) = "\""
- │ │ │ ├── content_loc: (1,29)-(1,30) = "a"
- │ │ │ ├── closing_loc: (1,30)-(1,31) = "\""
- │ │ │ └── unescaped: "a"
- │ │ ├── @ StringNode (location: (1,33)-(1,36))
- │ │ │ ├── flags: ∅
- │ │ │ ├── opening_loc: (1,33)-(1,34) = "\""
- │ │ │ ├── content_loc: (1,34)-(1,35) = "b"
- │ │ │ ├── closing_loc: (1,35)-(1,36) = "\""
- │ │ │ └── unescaped: "b"
- │ │ └── @ StringNode (location: (1,38)-(1,41))
- │ │ ├── flags: ∅
- │ │ ├── opening_loc: (1,38)-(1,39) = "\""
- │ │ ├── content_loc: (1,39)-(1,40) = "c"
- │ │ ├── closing_loc: (1,40)-(1,41) = "\""
- │ │ └── unescaped: "c"
- │ ├── opening_loc: (1,27)-(1,28) = "["
- │ └── closing_loc: (1,41)-(1,42) = "]"
- ├── closing_loc: (1,23)-(1,24) = "]"
- ├── block: ∅
- ├── flags: ∅
- └── name: "[]="