diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-08 01:01:04 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-12-08 01:01:04 +0000 |
| commit | d9fa99d70c2fd985531a95f4cf7586f4fd56b208 (patch) | |
| tree | d3c6f96ee534f3cfb07710ae4c3ad1a06a5ab259 /test/ripper/dummyparser.rb | |
| parent | 62201638e6ec28fb9b9dc0ce79487a6b4c47ea35 (diff) | |
| download | ruby-d9fa99d70c2fd985531a95f4cf7586f4fd56b208.tar.gz ruby-d9fa99d70c2fd985531a95f4cf7586f4fd56b208.tar.xz ruby-d9fa99d70c2fd985531a95f4cf7586f4fd56b208.zip | |
* test/ripper/test_parser_events.rb: more tests.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ripper/dummyparser.rb')
| -rw-r--r-- | test/ripper/dummyparser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ripper/dummyparser.rb b/test/ripper/dummyparser.rb index ec8800b17..ffc1f78ac 100644 --- a/test/ripper/dummyparser.rb +++ b/test/ripper/dummyparser.rb @@ -179,7 +179,7 @@ class DummyParser < Ripper end def on_assoclist_from_args(a) - Node.new('assocs', *a.list) + Node.new('assocs', *a) end (Ripper::PARSER_EVENTS.map(&:to_s) - instance_methods(false).map {|n|n.to_s.sub(/^on_/, '')}).each do |event| |
