From 79bd9c3e4da4418b8282fe1cd2a9709aa318ce94 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Fri, 24 Feb 2012 08:58:24 +0000 Subject: * test/ruby/test_literal.rb (TestRubyLiteral#test_special_const): test for https://bugs.php.net/bug.php?id=61095 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_literal.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/ruby') diff --git a/test/ruby/test_literal.rb b/test/ruby/test_literal.rb index 85490d659b..bb3f50d2e5 100644 --- a/test/ruby/test_literal.rb +++ b/test/ruby/test_literal.rb @@ -27,6 +27,7 @@ class TestRubyLiteral < Test::Unit::TestCase assert_equal '123456789012345678901234567890', 123456789012345678901234567890.inspect assert_instance_of Bignum, 123456789012345678901234567890 assert_instance_of Float, 1.3 + assert_equal '2', eval("0x00+2").inspect end def test_self -- cgit v1.2.3