diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-03 08:22:18 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-03 08:22:18 +0000 |
commit | 550b7d1fd29a86bea948e53210a28b1e5dce3d2c (patch) | |
tree | eb9dbd308f83e4e742fc5a9232bc691b1da9bf05 /test | |
parent | bc1e4240ab9c1f4b77b7efc97ebe5cfef3880a3d (diff) | |
download | ruby-550b7d1fd29a86bea948e53210a28b1e5dce3d2c.tar.gz ruby-550b7d1fd29a86bea948e53210a28b1e5dce3d2c.tar.xz ruby-550b7d1fd29a86bea948e53210a28b1e5dce3d2c.zip |
* re.c (rb_reg_regsub): remove too strict encoding check.
[ruby-dev:33966]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r-- | test/ruby/test_m17n_comb.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb index e69d6fadc..ca527cc80 100644 --- a/test/ruby/test_m17n_comb.rb +++ b/test/ruby/test_m17n_comb.rb @@ -1417,7 +1417,6 @@ class TestM17NComb < Test::Unit::TestCase assert_equal(s1, doit.call) next end - assert(false, "test broken") if !str_enc_compatible?(s1.gsub(r2, ''), s3) assert_raise(ArgumentError, desc) { doit.call } next @@ -1472,7 +1471,6 @@ class TestM17NComb < Test::Unit::TestCase assert_equal([s1, nil], doit.call) next end - assert(false, "test broken") if !str_enc_compatible?(s1.gsub(r2, ''), s3) assert_raise(ArgumentError, desc) { doit.call } next |