summaryrefslogtreecommitdiff
path: root/test/prism/ruby/ruby_parser_test.rb
AgeCommit message (Expand)Author
2025-12-04[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolationEarlopain
2025-11-08[ruby/prism] Rename Ruby 3.5 to Ruby 4.0Earlopain
2025-10-30[ruby/prism] Unescape unary method callsEarlopain
2025-10-22[ruby/prism] Make error and snapshot tests multi-version awareEarlopain
2025-09-19[ruby/prism] Reject argument command call taking a block with more trailing a...Earlopain
2025-09-15[ruby/prism] Fix character literal forced encodingKevin Newton
2025-09-12[ruby/prism] [Bug #17398] Allow `private def hello = puts "Hello"`Earlopain
2025-09-12[ruby/prism] Support leading logical operatorsKevin Newton
2025-08-01[ruby/prism] Avoid monkey patching Sexp#== in RubyParser testsJustin Collins
2025-03-18[ruby/prism] Fix parser translator multiline interpolated symbolsEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator when unescaping invalid utf8Earlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Import code samples for Ruby 3.3 from the parser gemEarlopain
2025-01-11[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2024-05-30[ruby/prism] Tests overhaulKevin Newton