aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/enc/test_shift_jis.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/enc/test_shift_jis.rb')
-rw-r--r--test/ruby/enc/test_shift_jis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/enc/test_shift_jis.rb b/test/ruby/enc/test_shift_jis.rb
index 54ef67dd44..1bd47fa859 100644
--- a/test/ruby/enc/test_shift_jis.rb
+++ b/test/ruby/enc/test_shift_jis.rb
@@ -5,7 +5,7 @@ require "test/unit"
class TestShiftJIS < Test::Unit::TestCase
def test_mbc_case_fold
assert_match(/()(a)\1\2/i, "aA")
- assert_no_match(/()(a)\1\2/i, "a`A")
+ assert_match(/()(a)\1\2/i, "a`A")
end
def test_property