From 4217a18ef74f2d60a88495912f57cf6cbdf80ef6 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 7 Mar 2008 08:31:41 +0000 Subject: update sprintf rdoc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_sprintf_comb.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby') diff --git a/test/ruby/test_sprintf_comb.rb b/test/ruby/test_sprintf_comb.rb index bc082e4c2..667ceab84 100644 --- a/test/ruby/test_sprintf_comb.rb +++ b/test/ruby/test_sprintf_comb.rb @@ -297,6 +297,7 @@ class TestSprintfComb < Test::Unit::TestCase 0.0, 0.01, 1/3.0, + 2/3.0, 1.0, 2.0, 9.99999999, -- cgit