summaryrefslogtreecommitdiff
path: root/test/racc/assets
AgeCommit message (Collapse)Author
2023-06-08Try to promote racc as bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7877
2023-05-24[ruby/racc] Add a newline at EOF [ci skip]Nobuyoshi Nakada
https://github.com/ruby/racc/commit/8f1dab6759
2023-01-12[ruby/racc] Get rid of anonymous eval callsJean Boussier
Things declared in anonymous eval are always annoying to locate. (profilers, etc) https://github.com/ruby/racc/commit/f304205256
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
2020-09-28[Fixes #137] Improve reportingMarc-Andre Lafortune
2019-12-20Fixed misspellingsNobuyoshi Nakada
Fixed misspellings reported at [Bug #16437], for default gems.
2019-11-04[ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada
https://github.com/ruby/racc/commit/a887ebe529
2019-10-30Regenerate the output results for test fixtures of raccHiroshi SHIBATA
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA