mirror of
https://github.com/ruby/ruby.git
synced 2025-08-28 23:45:55 +02:00
revert r37710, requested by Tadayoshi Funaba [ruby-dev:46575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
165da0da2f
commit
5821c75148
3 changed files with 2 additions and 8 deletions
|
@ -1513,7 +1513,7 @@ class TestString < Test::Unit::TestCase
|
|||
assert_equal(12, "1_2".to_i(10))
|
||||
assert_equal(0x40000000, "1073741824".to_i(10))
|
||||
assert_equal(0x4000000000000000, "4611686018427387904".to_i(10))
|
||||
assert_equal(12, "1__2".to_i(10))
|
||||
assert_equal(1, "1__2".to_i(10))
|
||||
assert_equal(1, "1_z".to_i(10))
|
||||
|
||||
bug6192 = '[ruby-core:43566]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue