summaryrefslogtreecommitdiff
path: root/test/prism/snapshots/seattlerb/case_in_86_2.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_86_2.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_86_2.txt')
-rw-r--r--test/prism/snapshots/seattlerb/case_in_86_2.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/prism/snapshots/seattlerb/case_in_86_2.txt b/test/prism/snapshots/seattlerb/case_in_86_2.txt
index 9d3abbb31d..c2b320dfad 100644
--- a/test/prism/snapshots/seattlerb/case_in_86_2.txt
+++ b/test/prism/snapshots/seattlerb/case_in_86_2.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:
│ @ ArrayNode (location: (1,5)-(1,13))
│ ├── elements: (length: 2)