summaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-17 12:54:17 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-17 12:54:17 +0000
commit54275712f26ef77deff10691dc43bd4d87c2d57c (patch)
tree3e293253a3d854945344f4b37bd52e8b66d1b69d /test/ruby
parent0589013b5c5afe1221fec49a0ac94284bb11a2da (diff)
downloadruby-54275712f26ef77deff10691dc43bd4d87c2d57c.tar.gz
ruby-54275712f26ef77deff10691dc43bd4d87c2d57c.tar.xz
ruby-54275712f26ef77deff10691dc43bd4d87c2d57c.zip
* re.c (rb_reg_prepare_re): add enable_warning parameter.
(rb_reg_adjust_startpos): disable warning by rb_reg_prepare_re. (rb_reg_search): follow rb_reg_prepare_re parameter change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n_comb.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_m17n_comb.rb b/test/ruby/test_m17n_comb.rb
index ea93de1a4..1b4f504f3 100644
--- a/test/ruby/test_m17n_comb.rb
+++ b/test/ruby/test_m17n_comb.rb
@@ -109,6 +109,8 @@ class TestM17NComb < Test::Unit::TestCase
s("\xe0\xa0\xa1"),
#"aa".force_encoding("utf-16be"),
+ #"aaaa".force_encoding("utf-32be"),
+ #"aaa".force_encoding("utf-32be"),
]
def combination(*args)