summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/qWords_space.txt
diff options
context:
space:
mode:
authorJemma Issroff <jemmaissroff@gmail.com>2023-11-21 15:17:09 -0500
committergit <svn-admin@ruby-lang.org>2023-11-21 22:30:53 +0000
commit8e80cad9e9f70948c1c2d472b66a94c4151268f4 (patch)
tree0e161d7614d5d931b4871b25556a1b4f9686321c /test/prism/snapshots/seattlerb/qWords_space.txt
parent3db21d2d4c930b6199bd2eba7fa6ab2f017b8a89 (diff)
[ruby/prism] Add SPLAT flag on ArrayNode indicating if it contains splat element(s)
This commit puts a SPLAT flag on any ArrayNodes which contain SplatNode elements https://github.com/ruby/prism/commit/2fc1e7f181
Diffstat (limited to 'test/prism/snapshots/seattlerb/qWords_space.txt')
-rw-r--r--test/prism/snapshots/seattlerb/qWords_space.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/qWords_space.txt b/test/prism/snapshots/seattlerb/qWords_space.txt
index db2a56632f..d8ca822ac2 100644
--- a/test/prism/snapshots/seattlerb/qWords_space.txt
+++ b/test/prism/snapshots/seattlerb/qWords_space.txt
@@ -6,4 +6,5 @@
└── @ ArrayNode (location: (1,0)-(1,5))
├── elements: (length: 0)
├── opening_loc: (1,0)-(1,3) = "%W("
- └── closing_loc: (1,4)-(1,5) = ")"
+ ├── closing_loc: (1,4)-(1,5) = ")"
+ └── flags: ∅