aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-09 12:40:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-09 12:40:59 +0000
commit2eddb786ab577b6ae85245374bb10cab0bee788a (patch)
tree5fa8a84560b4f8ad6f5e81c0ba4cf58fc74e77e0 /test
parentc1d369b0abd42dc93a767570ca0b0f44b016e6ac (diff)
downloadruby-2eddb786ab577b6ae85245374bb10cab0bee788a.tar.gz
* test/ruby/test_econv.rb (test_default_external): include iso-8859-16.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_econv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_econv.rb b/test/ruby/test_econv.rb
index 7899f1fa6c..8b5c2fa472 100644
--- a/test/ruby/test_econv.rb
+++ b/test/ruby/test_econv.rb
@@ -921,7 +921,7 @@ class TestEncodingConverter < Test::Unit::TestCase
STDOUT.flush
end
EOS
- Encoding.list.grep(->(enc) {/^ISO-8859-\d(?:[0-5])?\z/i =~ enc.name}) do |enc|
+ Encoding.list.grep(->(enc) {/^ISO-8859-\d+\z/i =~ enc.name}) do |enc|
error = IO.popen([EnvUtil.rubybin, "-e", cmd, enc.name]) do |child|
Marshal.load(child)
end