summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/case_in_find_array.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/seattlerb/case_in_find_array.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/seattlerb/case_in_find_array.txt')
-rw-r--r--test/prism/snapshots/seattlerb/case_in_find_array.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/case_in_find_array.txt b/test/prism/snapshots/seattlerb/case_in_find_array.txt
index df764a4b07..3fce60c9c1 100644
--- a/test/prism/snapshots/seattlerb/case_in_find_array.txt
+++ b/test/prism/snapshots/seattlerb/case_in_find_array.txt
@@ -3,7 +3,7 @@
└── statements:
@ StatementsNode (location: (1,0)-(3,3))
└── body: (length: 1)
- └── @ CaseNode (location: (1,0)-(3,3))
+ └── @ CaseMatchNode (location: (1,0)-(3,3))
├── predicate:
│ @ SymbolNode (location: (1,5)-(1,7))
│ ├── opening_loc: (1,5)-(1,6) = ":"