ruby/test/racc/regress
Olle Jonsson 645acf5771 [ruby/racc] Prefer __dir__ over File.dirname(__FILE__)
https://github.com/ruby/racc/commit/c49df40658
2021-09-15 16:20:18 +09:00
..
README.txt
cadenza lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
cast [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
csspool lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
edtf lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
huia [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
journey lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
liquor lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
machete lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
mediacloth lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
mof [ruby/racc] Prefer __dir__ over File.dirname(__FILE__) 2021-09-15 16:20:18 +09:00
namae lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
nasl [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
nokogiri-css lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
opal [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
php_serialization lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
riml [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
ruby18 [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
ruby22 [ruby/racc] Stop compressing integer lists 2021-06-25 17:23:06 +09:00
tp_plus lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00
twowaysql lib/racc/statetransitiontable.rb: Make the racc output stable 2020-11-10 07:49:19 +09:00

README.txt

These files are "known-good" compiler output, generated from a stable version of
Racc. Whenever Racc is refactored, or changes are made which should not affect the
compiler output, running "rake test" checks that the compiler output is exactly
the same as these files.

If a change is made which *should* change the compiler output, these files will
have to be regenerated from the source in test/assets, and the results committed.