aboutsummaryrefslogtreecommitdiffstats
path: root/test/prism/snapshots/seattlerb/case_in_67.txt
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/prism] Expose common flags in inspect outputKevin Newton2024-07-111-3/+9
| | | | https://github.com/ruby/prism/commit/d0143865c2
* [ruby/prism] Regenerate snapshots using integer valuesKevin Newton2024-02-221-1/+2
|
* [ruby/prism] Track whether a Symbol should have its encoding changed from ↵Kevin Menard2024-01-261-1/+1
| | | | | | | | the source encoding. Ruby sets a Symbol literal's encoding to US-ASCII if the symbols consists only of US ASCII code points. Character escapes can also lead a Symbol to have a different encoding than its source's encoding. https://github.com/ruby/prism/commit/f315660b31
* [ruby/prism] Add necessary encoding flags for symbols and regexKevin Newton2023-12-081-0/+1
| | | | | | | | | | | | This doesn't actually fix the encodings for symbols and regex, unfortunately. But I wanted to get this change in because it is the last AST change we're going to make before 3.3 is released. So, if consumers want, they can start to check these flags to determine the encoding, even though it will be wrong. Then once we actually set them correctly, everything should work. https://github.com/ruby/prism/commit/9b35f7e891
* [ruby/prism] Move flag position consistently to frontKevin Newton2023-12-061-2/+2
| | | | https://github.com/ruby/prism/commit/6e69a81737
* [ruby/prism] Split up CaseNode and CaseMatchNodeKevin Newton2023-11-211-1/+1
| | | | | | (https://github.com/ruby/prism/pull/1801) https://github.com/ruby/prism/commit/4c1391ea56
* Rename YARP filepaths to prism filepathsKevin Newton2023-09-271-0/+31