summaryrefslogtreecommitdiffstats
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
commitd17d1b111341f2c8979cf8fbd63ec7ec9db7c3ad (patch)
tree5e35d5b41aae961b37cf6632f60c42f51c7aa775 /test/date
parent101e79d7b434c01c0e6f4bcc480003858ab8e1a4 (diff)
downloadruby-d17d1b111341f2c8979cf8fbd63ec7ec9db7c3ad.tar.gz
ruby-d17d1b111341f2c8979cf8fbd63ec7ec9db7c3ad.tar.xz
ruby-d17d1b111341f2c8979cf8fbd63ec7ec9db7c3ad.zip
* {ext,lib,test}/**/*.rb: removed trailing spaces.
git-svn-id: http://svn.ruby-lang.org/repos/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 4b9bcf2aa..a8dc2ee6b 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 c44523fd9..959a6e5d9 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 4131af3aa..117517256 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