summaryrefslogtreecommitdiff
path: root/test/racc/regress/liquor
Commit message (Collapse)AuthorAgeFilesLines
* [ruby/racc] Make racc Ractor compatibleMasataka Pocke Kuwabara2023-01-121-1/+3
| | | | https://github.com/ruby/racc/commit/1948de9d1d
* lib/racc/statetransitiontable.rb: Make the racc output stableYusuke Endoh2020-11-101-109/+109
| | | | | | | | | Racc calls `Array#sort!` to build a state transition table. As `Array#sort!` is not a stable sort, the output may differ depending upon the environment. This changeset makes the sort stable manually, and updates all expectation files.
* Update regression tests for 1.4.16Hiroshi SHIBATA2019-12-101-1/+1
|
* Fix typosKazuhiro NISHIYAMA2019-11-171-1/+1
|
* [ruby/racc] Strip trailing whitespaces at the last line of actionsNobuyoshi Nakada2019-11-041-51/+51
| | | | https://github.com/ruby/racc/commit/a887ebe529
* Regenerate the output results for test fixtures of raccHiroshi SHIBATA2019-10-301-53/+53
|
* * remove trailing spaces, append newline at EOF.git2019-06-191-51/+51
|
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-191-0/+885