mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
39da1b6369
commit
3a47cf3395
212 changed files with 846 additions and 846 deletions
|
@ -176,7 +176,7 @@ class TestTime < Test::Unit::TestCase
|
|||
|
||||
t = Time.at(2**40 + "1/3".to_r, 9999999999999).utc
|
||||
assert_equal(36812, t.year)
|
||||
|
||||
|
||||
t = Time.at(-0x3fff_ffff_ffff_ffff)
|
||||
assert_equal(-146138510344, t.year)
|
||||
t = Time.at(-0x4000_0000_0000_0000)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue