summaryrefslogtreecommitdiff
path: root/test/racc/case.rb
AgeCommit message (Collapse)Author
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7877
2023-06-08Manually merge https://github.com/ruby/racc/pull/217Hiroshi SHIBATA
2022-11-10[ruby/racc] Make racc test more flexible (for JRuby).Thomas E. Enebo
JRuby uses these same files for testing racc. The existing logic will not find 'racc' in a JRuby project checkout. This change allows it to work by just assuming 'ruby -S racc' when running tests. This will not change C Ruby's detection when setting up tests (since earlier checks will find racc). https://github.com/ruby/racc/commit/b74ce5e018
2022-05-20[ruby/racc] Show diffsNobuyoshi Nakada
https://github.com/ruby/racc/commit/0b679e2f69
2021-09-15[ruby/racc] Prefer __dir__ over File.dirname(__FILE__)Olle Jonsson
https://github.com/ruby/racc/commit/c49df40658
2021-09-15[ruby/racc] Rename helper to caseHiroshi SHIBATA