summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/array_words.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/prism/snapshots/whitequark/array_words.txt')
-rw-r--r--test/prism/snapshots/whitequark/array_words.txt22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/prism/snapshots/whitequark/array_words.txt b/test/prism/snapshots/whitequark/array_words.txt
deleted file mode 100644
index 84121de355..0000000000
--- a/test/prism/snapshots/whitequark/array_words.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-@ ProgramNode (location: (1,0)-(1,11))
-├── locals: []
-└── statements:
- @ StatementsNode (location: (1,0)-(1,11))
- └── body: (length: 1)
- └── @ ArrayNode (location: (1,0)-(1,11))
- ├── flags: ∅
- ├── elements: (length: 2)
- │ ├── @ StringNode (location: (1,3)-(1,6))
- │ │ ├── flags: ∅
- │ │ ├── opening_loc: ∅
- │ │ ├── content_loc: (1,3)-(1,6) = "foo"
- │ │ ├── closing_loc: ∅
- │ │ └── unescaped: "foo"
- │ └── @ StringNode (location: (1,7)-(1,10))
- │ ├── flags: ∅
- │ ├── opening_loc: ∅
- │ ├── content_loc: (1,7)-(1,10) = "bar"
- │ ├── closing_loc: ∅
- │ └── unescaped: "bar"
- ├── opening_loc: (1,0)-(1,3) = "%w["
- └── closing_loc: (1,10)-(1,11) = "]"