From 853c346ddeb7fece492b772c99d4e3a33608dc78 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 2 Sep 2013 23:36:01 +0000 Subject: * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X. Previous table is used on Mac OS X 10.1 or prior. This table is used on 10.2 or later. [ruby-dev:47680] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/string/test_normalize.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/-ext-/string') diff --git a/test/-ext-/string/test_normalize.rb b/test/-ext-/string/test_normalize.rb index da24391110..283ca93db7 100644 --- a/test/-ext-/string/test_normalize.rb +++ b/test/-ext-/string/test_normalize.rb @@ -53,6 +53,7 @@ class Test_StringNormalize < Test::Unit::TestCase \u03D3 \u03D2\u0301 \u0401 \u0415\u0308 \u2260 =\u0338 + \u{c548} \u{110b}\u{1161}\u{11ab} ].scan(/(\S+)\s+(\S+)/) do |expected, src| result = Bug::String.new(src).normalize_ospath assert_equal expected, result, -- cgit v1.2.3