mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3685e2bf2c
commit
d1bcd482a7
2 changed files with 37 additions and 34 deletions
|
@ -641,6 +641,9 @@ test_ok(7 == a.remainder(-b))
|
|||
test_ok(-7 == (-a).remainder(b))
|
||||
test_ok(-7 == (-a).remainder(-b))
|
||||
|
||||
test_ok(10**40+10**20 == 10000000000000000000100000000000000000000)
|
||||
test_ok(10**40/10**20 == 100000000000000000000)
|
||||
|
||||
test_check "string & char"
|
||||
|
||||
test_ok("abcd" == "abcd")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue