diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-28 23:47:31 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-12-28 23:47:31 +0000 |
commit | cb08e708227216bd2810a6bda18140467d23cb34 (patch) | |
tree | f3a23475251f35c38cdf106af8664b24b89d2691 | |
parent | b28e53712935ba7cb0332263050dd8054278f5b5 (diff) | |
download | ruby-cb08e708227216bd2810a6bda18140467d23cb34.tar.gz |
test_sprintf.rb: sprintf with a hash as parameter
* test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf
with a hash as parameter. [Fixes GH-491]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Sun Dec 29 08:47:24 2013 Lucas Allan Amorim <lucas.allan@gmail.com> + + * test/ruby/test_sprintf.rb (test_hash): Added tests for sprintf + with a hash as parameter. [Fixes GH-491] + Sun Dec 29 08:21:09 2013 Nobuyoshi Nakada <nobu@ruby-lang.org> * vm_insnhelper.c (vm_search_super_method): direct superclass of a |