summaryrefslogtreecommitdiff
path: root/test/ruby/enc/test_euc_jp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/enc/test_euc_jp.rb')
-rw-r--r--test/ruby/enc/test_euc_jp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/enc/test_euc_jp.rb b/test/ruby/enc/test_euc_jp.rb
index 1ccc55ccb9..510ee4611e 100644
--- a/test/ruby/enc/test_euc_jp.rb
+++ b/test/ruby/enc/test_euc_jp.rb
@@ -5,7 +5,7 @@ require "test/unit"
class TestEUC_JP < Test::Unit::TestCase
def test_mbc_case_fold
assert_match(/(£á)(a)\1\2/i, "£áa£áA")
- assert_no_match(/(£á)(a)\1\2/i, "£áa£ÁA")
+ assert_match(/(£á)(a)\1\2/i, "£áa£ÁA")
end
def test_property