From e55aafe74f477a9b27b04bd1824b501e20bb6e58 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 6 Sep 2008 22:14:28 +0000 Subject: * test/ruby/test_parse.rb (TestParse): update a test not to use recently fixed inconsistent syntax. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 116d5f002..34d11eb65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,9 @@ Sun Sep 7 01:07:10 2008 Yukihiro Matsumoto * parse.y (yylex): "1.upto 2 {|i| p i }" should be syntax error. [ruby-dev:36008] + * test/ruby/test_parse.rb (TestParse): update a test not to use + recently fixed inconsistent syntax. + Sun Sep 7 00:37:25 2008 Tanaka Akira * include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined. -- cgit