summaryrefslogtreecommitdiff
path: root/test/prism/ruby/parser_test.rb
AgeCommit message (Expand)Author
8 days[ruby/prism] Use one file for versioned `parser` classesEarlopain
2025-12-04[ruby/prism] Fix `%Q` with newline delimiter and heredoc interpolationEarlopain
2025-12-02[ruby/prism] Clean up test excludesEarlopain
2025-11-17[ruby/prism] Remove now obsolete todosEarlopain
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-12[ruby/prism] [Bug #17398] Allow `private def hello = puts "Hello"`Earlopain
2025-09-12[ruby/prism] Support leading logical operatorsKevin Newton
2025-08-14[ruby/prism] Be more defensive in the parser translator lexerEarlopain
2025-08-05[ruby/prism] Remove uneeded testS-H-GAMELINKS
2025-08-05[ruby/prism] Make `it = it` assign `nil` to match parse.y behavior [Bug #21139]S-H-GAMELINKS
2025-08-05[ruby/prism] Bump JRuby versionKevin Newton
2025-08-01[ruby/prism] RubyParser translation for stabby lambdas with `it`Justin Collins
2025-04-02[ruby/prism] Be explicit in tests which files `parser` can't parseEarlopain
2025-03-30[ruby/prism] Fix parser translator when pinning hash with string keysEarlopain
2025-03-20[ruby/prism] Add `Prism::Translation::ParserCurrent`Earlopain
2025-03-19[ruby/prism] Warn when the parser translator receives an incompatible builder...Earlopain
2025-03-18[ruby/prism] Add a multiple statements flag to parenthesesKevin Newton
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Use Set.new over to_setKevin Newton
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Better handle regexp in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapesEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-10[ruby/prism] Support `itblock` for `Prism::Translation::Parser`Koichi ITO
2025-02-25[ruby/prism] Add a custom builder class for the parser translatorEarlopain
2025-01-15[ruby/prism] Mark some parser translator tests as being known failuresEarlopain
2025-01-14Better handle regexp in the parser translatorEarlopain
2025-01-14[ruby/prism] Be a bit stricter when comparing parser translator tokensEarlopain
2025-01-13[ruby/prism] Fix parser translator tokens for `%x(#{})`Earlopain
2025-01-13[ruby/prism] Fix parser translator heredoc dedention with leading interpolationEarlopain
2025-01-12[ruby/prism] Fix parser translator tSPACE tokens for percent arraysEarlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2025-01-11[ruby/prism] Implement more string token escaping in the parser translatorEarlopain
2025-01-11[ruby/prism] Import code samples for Ruby 3.3 from the parser gemEarlopain
2025-01-11[ruby/prism] Better handle multiline interpolated strings in the parser trans...Earlopain
2025-01-11[ruby/prism] Fix parser translator ast for regex with line continuationEarlopain
2025-01-07[ruby/prism] Move a parser translator test to a known failureEarlopain
2025-01-05[ruby/prism] Fix parser translator ast for heredoc with written newlinesEarlopain
2024-09-20[ruby/prism] Fix `kDO_LAMBDA` token incompatibility for `Prism::Translation::...Koichi ITO
2024-09-09[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-06-18[ruby/prism] (parser) Print when token tests are now passingKevin Newton
2024-06-18[ruby/prism] (parser) Fix up tokens for empty symbolKevin Newton
2024-06-10[ruby/prism] Provide ability to lock encoding while parsingKevin Newton
2024-06-07[ruby/prism] Handle chomped bytesize with lines without newlinesKevin Newton
2024-06-07[ruby/prism] Document that nested heredocs are not properly parsed for parserKevin Newton
2024-06-07[ruby/prism] Ensure inner heredoc nodes have the correct locationKevin Newton