From c34fc17623eb208ee20bea6523e7222f42868754 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Nov 2003 10:38:00 +0000 Subject: * test/ruby/test_env.rb (test_has_value, test_index): condition for aboves. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 68dcf3711..93f4df563 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ -Fri Nov 28 19:28:18 2003 Nobuyoshi Nakada +Fri Nov 28 19:37:56 2003 Nobuyoshi Nakada * hash.c (env_has_value, env_index): must match exactly. + * test/ruby/test_env.rb (test_has_value, test_index): condition for + aboves. + Fri Nov 28 17:59:20 2003 NAKAMURA Usaku * test/ruby/test_env.rb: add tests for ENV. -- cgit