summaryrefslogtreecommitdiff
path: root/test/prism/fixtures/case.txt
AgeCommit message (Collapse)Author
2024-01-26[ruby/prism] Change binding power for modifiers in case-in nodesMax Prokopiev
https://github.com/ruby/prism/commit/c31eeba54c
2024-01-03[ruby/prism] Fix parsing pinned local variable pattern for numbered parameterTSUYUSATO Kitsune
Fix https://github.com/ruby/prism/pull/2094 The part of `parse_variable_call` for variables was split into a new function `parse_variable` and used it. https://github.com/ruby/prism/commit/4c5fd1a746
2023-11-16[ruby/prism] Add test cases for `in` in `case` conditionTSUYUSATO Kitsune
Fix https://github.com/ruby/prism/pull/1515 It is also fixed by #1807, so this adds only test cases. https://github.com/ruby/prism/commit/a0092f075e
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton