mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	move a non-combinational test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									c94c6a1a16
								
							
						
					
					
						commit
						acd98555b5
					
				
					 2 changed files with 5 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -1093,6 +1093,11 @@ class TestM17N < Test::Unit::TestCase
 | 
			
		|||
    assert_equal(a, s.each_char.to_a, "[ruby-dev:33211] #{encdump s}.each_char.to_a")
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def test_str_concat
 | 
			
		||||
    assert_equal("A\x84\x31\xA4\x39".force_encoding("GB18030"),
 | 
			
		||||
                 "A".force_encoding("GB18030") << 0x8431A439)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def test_regexp_match
 | 
			
		||||
    assert_equal([0,0], //.match("\xa1\xa1".force_encoding("euc-jp"),-1).offset(0))
 | 
			
		||||
    assert_equal(0, // =~ :a)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -346,9 +346,6 @@ class TestM17NComb < Test::Unit::TestCase
 | 
			
		|||
        assert_raise(Encoding::CompatibilityError) { s << s2 }
 | 
			
		||||
      end
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    assert_equal("A\x84\x31\xA4\x39".force_encoding("GB18030"),
 | 
			
		||||
                 "A".force_encoding("GB18030") << 0x8431A439)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def test_str_aref
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue