mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	* lib/date.rb (inspect): reverted the previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									e644398bc6
								
							
						
					
					
						commit
						b0e3af4922
					
				
					 4 changed files with 9 additions and 7 deletions
				
			
		|  | @ -41,9 +41,9 @@ class TestDate < Test::Unit::TestCase | |||
|     assert_instance_of(DateSub, DateSub.today) | ||||
|     assert_instance_of(DateTimeSub, DateTimeSub.now) | ||||
| 
 | ||||
|     assert_equal('#<DateSub: -4712-01-01 (-1/2,0,2299161)>', d.inspect) | ||||
|     assert_equal('#<DateSub: -1/2,0,2299161>', d.inspect) | ||||
|     assert_equal('-4712-01-01', d.to_s) | ||||
|     assert_equal('#<DateTimeSub: -4712-01-01T00:00:00+00:00 (-1/2,0,2299161)>', dt.inspect) | ||||
|     assert_equal('#<DateTimeSub: -1/2,0,2299161>', dt.inspect) | ||||
|     assert_equal('-4712-01-01T00:00:00+00:00', dt.to_s) | ||||
| 
 | ||||
|     d2 = d + 1 | ||||
|  |  | |||
|  | @ -9,10 +9,10 @@ class TestDateAttr < Test::Unit::TestCase | |||
| 
 | ||||
|     [date, datetime].each_with_index do |d, i| | ||||
|       if i == 0 | ||||
| 	assert_match(/\#<Date\d?: 1965-05-23 \(4877807\/2,0,2299161\)>/, | ||||
| 	assert_match(/\#<Date\d?: 4877807\/2,0,2299161>/, | ||||
| 		     d.inspect) | ||||
|       else | ||||
| 	assert_match(/\#<DateTime\d?: 1965-05-23T22:31:59\+00:00 \(210721343519\/86400,0,2299161\)>/, | ||||
| 	assert_match(/\#<DateTime\d?: 210721343519\/86400,0,2299161>/, | ||||
| 		     d.inspect) | ||||
|       end | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tadf
						tadf