mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03: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
|
@ -462,7 +462,7 @@ class TestMarshal < Test::Unit::TestCase
|
|||
attr_reader :foo
|
||||
end
|
||||
private_constant :PrivateClass
|
||||
|
||||
|
||||
def test_marshal_private_class
|
||||
o1 = PrivateClass.new("test")
|
||||
o2 = Marshal.load(Marshal.dump(o1))
|
||||
|
|
|
@ -141,7 +141,7 @@ class TestModule < Test::Unit::TestCase
|
|||
:bClass3
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
class CClass < BClass
|
||||
def self.cClass
|
||||
end
|
||||
|
|
|
@ -146,7 +146,7 @@ class TestSuper < Test::Unit::TestCase
|
|||
@first or fail
|
||||
end
|
||||
|
||||
def subseq
|
||||
def subseq
|
||||
@first or fail
|
||||
end
|
||||
end
|
||||
|
|
|
@ -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