summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
diff options
context:
space:
mode:
authorKevin Newton <kddnewton@gmail.com>2023-11-20 21:38:03 -0500
committergit <svn-admin@ruby-lang.org>2023-11-21 02:38:07 +0000
commit9fa524dd41be60654e8515f9e406f6f47f0ac7fa (patch)
tree5cf2d3b62ba1f0ad68f98d85e3d76077164a6fb3 /test/prism/snapshots/whitequark/newline_in_hash_argument.txt
parent73d519ec461bee7c06e37abcb808443a05ec5a21 (diff)
[ruby/prism] Split up CaseNode and CaseMatchNode
(https://github.com/ruby/prism/pull/1801) https://github.com/ruby/prism/commit/4c1391ea56
Diffstat (limited to 'test/prism/snapshots/whitequark/newline_in_hash_argument.txt')
-rw-r--r--test/prism/snapshots/whitequark/newline_in_hash_argument.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/whitequark/newline_in_hash_argument.txt b/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
index 9d29c284e4..43791501f3 100644
--- a/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
+++ b/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
@@ -3,7 +3,7 @@
└── statements:
@ StatementsNode (location: (1,0)-(14,1))
└── body: (length: 3)
- ├── @ CaseNode (location: (1,0)-(8,3))
+ ├── @ CaseMatchNode (location: (1,0)-(8,3))
│ ├── predicate:
│ │ @ CallNode (location: (1,5)-(1,8))
│ │ ├── receiver: ∅