aboutsummaryrefslogtreecommitdiffstats
path: root/test/date
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 03:56:38 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-06 03:56:38 +0000
commit287a34ae0dfc23e4158f67cb7783d239f202c368 (patch)
tree5e35d5b41aae961b37cf6632f60c42f51c7aa775 /test/date
parent9b52ae2e6491bb5d6c59e1799449f6268baf6f89 (diff)
downloadruby-287a34ae0dfc23e4158f67cb7783d239f202c368.tar.gz
* {ext,lib,test}/**/*.rb: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/date')
-rw-r--r--test/date/test_date_base.rb16
-rw-r--r--test/date/test_date_parse.rb2
-rw-r--r--test/date/test_date_strftime.rb2
3 files changed, 10 insertions, 10 deletions
diff --git a/test/date/test_date_base.rb b/test/date/test_date_base.rb
index 4b9bcf2aa4..a8dc2ee6b2 100644
--- a/test/date/test_date_base.rb
+++ b/test/date/test_date_base.rb
@@ -262,19 +262,19 @@ class TestDateBase < Test::Unit::TestCase
end
end
- # October 1582
+ # October 1582
# S M Tu W Th F S
# 274 275 276 277 288 289
# 290 291 292 293 294 295 296
# 297 298 299 300 301 302 303
- # 304
+ # 304
- # October 1582
+ # October 1582
# S M Tu W Th F S
# -92 -91 -90 -89 -78 -77
# -76 -75 -74 -73 -72 -71 -70
# -69 -68 -67 -66 -65 -64 -63
- # -62
+ # -62
def test_valid_ordinal__italy
valid_ordinal_p = :_valid_ordinal?
@@ -286,7 +286,7 @@ class TestDateBase < Test::Unit::TestCase
end
end
- # September 1752
+ # September 1752
# S M Tu W Th F S
# 245 246 258 259 260
# 261 262 263 264 265 266 267
@@ -327,12 +327,12 @@ class TestDateBase < Test::Unit::TestCase
end
end
- # October 1582
+ # October 1582
# S M Tu W Th F S
# 1 2 3 4 15 16
# 17 18 19 20 21 22 23
# 24 25 26 27 28 29 30
- # 31
+ # 31
def test_valid_civil__italy
valid_civil_p = :_valid_civil?
@@ -356,7 +356,7 @@ class TestDateBase < Test::Unit::TestCase
end
end
- # September 1752
+ # September 1752
# S M Tu W Th F S
# 1 2 14 15 16
# 17 18 19 20 21 22 23
diff --git a/test/date/test_date_parse.rb b/test/date/test_date_parse.rb
index c44523fd98..959a6e5d95 100644
--- a/test/date/test_date_parse.rb
+++ b/test/date/test_date_parse.rb
@@ -110,7 +110,7 @@ class TestDateParse < Test::Unit::TestCase
# broken iso 8601 (?)
# [['1999-05-23T235521Z',false],[1999,5,23,23,55,21,'Z',0,nil]], # cp
- [['19990523T23:55:21Z',false],[1999,5,23,23,55,21,'Z',0,nil]],
+ [['19990523T23:55:21Z',false],[1999,5,23,23,55,21,'Z',0,nil]],
[['19990523235521.1234-100',true],[1999,5,23,23,55,21,'-100',-1*3600,nil]],
[['19990523235521.1234-10',true],[1999,5,23,23,55,21,'-10',-10*3600,nil]],
diff --git a/test/date/test_date_strftime.rb b/test/date/test_date_strftime.rb
index 4131af3aab..117517256c 100644
--- a/test/date/test_date_strftime.rb
+++ b/test/date/test_date_strftime.rb
@@ -382,7 +382,7 @@ class TestDateStrftime < Test::Unit::TestCase
H18.09.01).each do |s|
assert_equal(s, Date.parse(s).jisx0301)
end
-
+
end
end