Support for files generated by Racc.

This changeset includes a sample racc file from [this auto-generated
file](44e9bf0440/lib/rjson/parser.rb)
(MIT-licensed).

[Racc](https://github.com/tenderlove/racc) Racc is an LALR(1) parser
generator. It is written in Ruby itself, and generates ruby programs.
This commit is contained in:
Jared Kuolt
2015-10-09 16:20:59 -07:00
parent acfad4371f
commit 5ff580df0a
3 changed files with 285 additions and 1 deletions

View File

@@ -255,6 +255,9 @@ class TestBlob < Minitest::Test
# Unity3D-generated metadata
assert sample_blob("Unity3D Asset/Tiles.meta").generated?
# Racc-generated Ruby
assert sample_blob("Ruby/racc.rb").generated?
end
def test_vendored