From 7a978073c9160e6ed1c706aaf034b2c4c4d104e1 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Nov 2007 07:10:09 +0000 Subject: * parse.y (parser_yylex): should clear parser->tokp as well. [ruby-dev:32250] * parse.y: remove NEED_ASSOC that break test_parser_events. * parse.y (parser_yylex): should not decrement line numbers at the end of file. * file.c (rb_find_file_ext): search .rb files first through in the loadpath. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ripper/test_files.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ripper/test_files.rb') diff --git a/test/ripper/test_files.rb b/test/ripper/test_files.rb index e5ccaf4b06..c2d7a50a3f 100644 --- a/test/ripper/test_files.rb +++ b/test/ripper/test_files.rb @@ -22,4 +22,4 @@ end rescue LoadError end - \ No newline at end of file + -- cgit v1.2.3