summaryrefslogtreecommitdiff
path: root/test/prism/parse_test.rb
AgeCommit message (Expand)Author
2024-04-03[ruby/prism] Allow block exits in defined? and fix modifier while/untilKevin Newton
2024-04-03[ruby/prism] Check for syntax errors using RubyVMKevin Newton
2024-04-03[ruby/prism] Update fixtures to be all valid RubyKevin Newton
2024-03-26[ruby/prism] Fix typosKoichi ITO
2024-03-20[ruby/prism] Provide options for reducing sizeKevin Newton
2024-02-20Workaround for `Prism::ParseTest#test_filepath` for "unparser/corpus/literal/...yui-knk
2024-02-20Skip `test_filepath` of "unparser/corpus/literal/def.txt"yui-knk
2024-02-14Initialize the Prism::Source directly with all 3 fields for the C extensionBenoit Daloze
2024-02-06[ruby/prism] Implement file parsing error handlingeileencodes
2024-01-24[ruby/prism] Extract snippet into its own file and skip in TruffleRubyMax Prokopiev
2024-01-09[ruby/prism] Fix assertion on spanning heredocsKevin Newton
2023-12-01[ruby/prism] Fix parsing heredoc endsHaldun Bayhantopcu
2023-11-29[ruby/prism] Convert start line to signed integersJean Boussier
2023-11-03[ruby/prism] Wire up options through the Ruby APIKevin Newton
2023-10-16[ruby/prism] Additionally handle encoding comments in vim modeKevin Newton
2023-10-02`yield` cannot be placed outside methods even in blocksNobuyoshi Nakada
2023-09-28Syntax check of `yield` in the parserNobuyoshi Nakada
2023-09-27Include recently added parse_test code in renameKevin Newton
2023-09-27Sync to prism rename commitsKevin Newton
2023-09-27Rename YARP filepaths to prism filepathsKevin Newton