1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/racc
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
..
assets
regress lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
scandata
bench.y
helper.rb lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
infini.y
src.intp
start.y
test_chk_y.rb
test_grammar_file_parser.rb
test_racc_command.rb
test_scan_y.rb
testscanner.rb