summaryrefslogtreecommitdiff
path: root/test/prism/snapshots
AgeCommit message (Expand)Author
2025-03-18[ruby/prism] Add a multiple statements flag to parenthesesKevin Newton
2025-03-18[ruby/prism] Only unnest parser mlhs nodes when no rest argument is providedEarlopain
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] Use Set.new over to_setKevin Newton
2025-03-18[ruby/prism] Fix parser translator crash for certain octal escapesEarlopain
2025-03-18[ruby/prism] Further refine string handling in the parser translatorEarlopain
2025-03-18[ruby/prism] Fix parser translator tokens for %-arrays with whitespace escapesEarlopain
2025-03-18[ruby/prism] Fix parser translator edge-case when multiline string ends with \nEarlopain
2025-03-18[ruby/prism] Better handle all kinds of multiline strings in the parser trans...Earlopain
2025-03-18[ruby/prism] Fix an incompatibility with the parser translatorEarlopain
2025-03-18Remove incorrectly committed snapshotsKevin Newton
2025-03-18[ruby/prism] Fix parser translator when unescaping invalid utf8Earlopain
2025-02-14[ruby/prism] Fix up it indirect writesKevin Newton
2025-01-22[ruby/prism] Fix rescue modifier precedenceKevin Newton
2025-01-14Remove incorrectly committed snapshotsKevin Newton
2025-01-14[ruby/prism] Fix block parameters and it for RubyParserJustin Collins
2025-01-12[ruby/prism] Fix parser translator tokens for comment-only fileEarlopain
2025-01-12[ruby/prism] Fix binary encoding for the parser translatorEarlopain
2024-11-01Removed accidentally sync fileHiroshi SHIBATA
2024-10-02[ruby/prism] Fix up beginless ranges in method definitionsKevin Newton
2024-09-17Removed accidentally commit for snapshot file of prismHiroshi SHIBATA
2024-09-16[ruby/prism] Do not leak explicit encodingKevin Newton
2024-09-16[PRISM] Remove snapshot testing from Prism syncKevin Newton
2024-09-11[ruby/prism] Add a flag for arguments that contain forwardingKevin Newton
2024-09-07[ruby/prism] Fix a token incompatibility for `Prism::Translation::Parser::Lexer`Koichi ITO
2024-08-28[ruby/prism] Multi-splat flag for argumentsKevin Newton
2024-08-28[PRISM] Field renamingKevin Newton
2024-08-27[ruby/prism] Add `contains_splat` flageileencodes
2024-08-22[ruby/prism] Turn off extended mode when parsing extended groupKevin Newton
2024-07-23[ruby/prism] Single line method bodies should not be marked as newlineKevin Newton
2024-07-17[Bug #20457] [Prism] Remove redundant return flagNobuyoshi Nakada
2024-07-15[ruby/prism] Fix up implicit flagsKevin Newton
2024-07-11[ruby/prism] Expose common flags in inspect outputKevin Newton
2024-07-11[ruby/prism] Expose flags on every node typeKevin Newton
2024-07-11[ruby/prism] Move location to second position for node initializersKevin Newton
2024-06-10[ruby/prism] Allow block exits in loop predicatesKevin Newton
2024-06-03[ruby/prism] Update unparser testsKevin Newton
2024-06-03[ruby/prism] Update seattlerb testsKevin Newton
2024-06-03[ruby/prism] Update whitequark testsKevin Newton
2024-05-21[ruby/prism] Reconfigure rationalsKevin Newton
2024-05-10[ruby/prism] operator renameKevin Newton
2024-05-03[ruby/prism] Disallow keywords and blocks in index expressionsKevin Newton
2024-05-03[ruby/prism] Change ConstantPathNode#child to ConstantPathNode#{name,name_loc}Kevin Newton
2024-05-01[ruby/prism] Match CRuby interpolation semanticsKevin Newton
2024-04-26[ruby/prism] Add a flag on returns when they are redundantKevin Newton
2024-04-12[Bug #20423] Disallow anonymous block within argument forwardingNobuyoshi Nakada
2024-04-08[ruby/prism] Simplify locals test now that all fixtures are validKevin Newton
2024-04-04[ruby/prism] Eliminate character class duplicated range warningKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton