summaryrefslogtreecommitdiff
path: root/test/prism
AgeCommit message (Expand)Author
2023-11-20[ruby/prism] Correctly parse the `resuce` modifier in the rhs of theHiroya Fujinami
2023-11-20[ruby/prism] Fix parsing `...` in argumentsHiroya Fujinami
2023-11-20[ruby/prism] feat: add encoding for IBM865Derek Moore
2023-11-19[ruby/prism] Don't add an invalid identifier capture to localsHiroya Fujinami
2023-11-19[ruby/prism] feat: add encoding for ibm866Syed Faraaz Ahmad
2023-11-19[ruby/prism] Add GB1988 encodingOrhan Toy
2023-11-19[ruby/prism] Add macCyrillic encodingOrhan Toy
2023-11-18[ruby/prism] Big5 HKSCS encodingRyan Garver
2023-11-18[ruby/prism] Add IBM864 encodingMike Dalton
2023-11-18[ruby/prism] Add macCentEuro encodingThomas Marshall
2023-11-17[ruby/prism] add Windows-874 encodingPeter Cai
2023-11-17[ruby/prism] Update spacing in encoding_test.rbKevin Newton
2023-11-17[ruby/prism] Add macThaiHaldun Bayhantopcu
2023-11-17[ruby/prism] Add macRomanHaldun Bayhantopcu
2023-11-17[ruby/prism] Do not allow trailing commas in calls without parenthesisHaldun Bayhantopcu
2023-11-17[ruby/prism] Never test locale encodingKevin Newton
2023-11-17[ruby/prism] Do not test locale encoding on windowsKevin Newton
2023-11-17[ruby/prism] Add macTurkishHaldun Bayhantopcu
2023-11-16[ruby/prism] Add macGreek encodingKevin Newton
2023-11-16[ruby/prism] Only run encoding tests on CRubyKevin Newton
2023-11-16[ruby/prism] Add macRomania encodingKevin Newton
2023-11-16[ruby/prism] IBM862 encodingKevin Newton
2023-11-16[ruby/prism] IBM861 encodingKevin Newton
2023-11-16[ruby/prism] IBM860 encodingKevin Newton
2023-11-16[ruby/prism] IBM857 encodingKevin Newton
2023-11-16[ruby/prism] IBM855 encodingKevin Newton
2023-11-16[ruby/prism] IBM852 encodingKevin Newton
2023-11-16[ruby/prism] IBM775 encodingKevin Newton
2023-11-16[ruby/prism] IBM-737 encodingKevin Newton
2023-11-16[ruby/prism] IBM720 encodingKevin Newton
2023-11-16[ruby/prism] IBM437 encodingKevin Newton
2023-11-16[ruby/prism] Add cp855 encodingKevin Newton
2023-11-16[ruby/prism] Add cp852 encodingKevin Newton
2023-11-16[ruby/prism] Add remaining windows encodingsKevin Newton
2023-11-16[ruby/prism] Add windows-1250 encodingKevin Newton
2023-11-16[ruby/prism] Test cp51932Maple Ong
2023-11-16[ruby/prism] Fix calls with splat without parenthesisHaldun Bayhantopcu
2023-11-16[ruby/prism] Add test cases for `in` in `case` conditionTSUYUSATO Kitsune
2023-11-15[ruby/prism] Track the then keyword for conditionalsKevin Newton
2023-11-14Resync prism delete bin/dotKevin Newton
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Rename librubyparser to libprismKevin Newton
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on creating a nodeTSUYUSATO Kitsune
2023-11-14[ruby/prism] Check value expressions on parsing arguments and assignmentsTSUYUSATO Kitsune
2023-11-14[ruby/prism] Add parse_value_expressionTSUYUSATO Kitsune
2023-11-14[ruby/prism] fix: float suffix at end of fileMike Dalessio
2023-11-14[ruby/prism] fix: nested heredoc dedentation use-after-freeMike Dalessio
2023-11-14[ruby/prism] fix: Handle zero-length block parameters in invalid RubyMike Dalessio