Yusuke Endoh
2fed5f0ad8
lib/racc/statetransitiontable.rb: Make the racc output stable
...
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.
2020-11-10 07:49:19 +09:00
Nobuyoshi Nakada
e68999c82c
Fixed misspellings
...
Fixed misspellings reported at [Bug #16437 ], for default gems.
2019-12-20 12:19:45 +09:00
Hiroshi SHIBATA
79d2a1b004
Update regression tests for 1.4.16
2019-12-10 18:41:05 +09:00
Kazuhiro NISHIYAMA
449b2b9214
Fix typos
2019-11-17 13:11:25 +09:00
Nobuyoshi Nakada
cbbdb4e5a2
[ruby/racc] Strip trailing whitespaces at the last line of actions
...
https://github.com/ruby/racc/commit/a887ebe529
2019-11-04 09:28:01 +09:00
Hiroshi SHIBATA
e6d611ad37
Regenerate the output results for test fixtures of racc
2019-10-30 21:02:07 +09:00
git
b93508b32c
* remove trailing spaces, append newline at EOF.
2019-06-19 18:19:20 +09:00
Hiroshi SHIBATA
1a2546c2be
Backport racc-1.4.15 from upstream.
2019-06-19 18:17:25 +09:00