summaryrefslogtreecommitdiff
path: root/test/prism/errors/pattern_string_key.txt
AgeCommit message (Collapse)Author
2025-11-29[ruby/prism] Handle invalid string pattern keyKevin Newton
When a pattern match is using a string as a hash pattern key and is using it incorrectly, we were previously assuming it was a symbol. In the case of an error, that's not the case. So we need to add a missing node in this case. https://github.com/ruby/prism/commit/f0b06d6269