1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ripper/test_parser_events.rb: more tests.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-12-08 01:01:04 +00:00
parent 507f700dd4
commit 1963713205
5 changed files with 560 additions and 101 deletions

View file

@ -3,10 +3,11 @@ begin
require 'find'
require 'test/unit'
ripper_test = true
module TestRipper; end
rescue LoadError
end
class TestRipper_Generic < Test::Unit::TestCase
class TestRipper::Generic < Test::Unit::TestCase
SRCDIR = File.dirname(File.dirname(File.dirname(File.expand_path(__FILE__))))
class Parser < Ripper