summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-02 23:36:01 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-09-02 23:36:01 +0000
commit853c346ddeb7fece492b772c99d4e3a33608dc78 (patch)
tree073344689f47596651edaf9addf5a29a340b637a /test/-ext-
parentc68596aef1c03678b196c3ee1269df09710dbdbf (diff)
* 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
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/string/test_normalize.rb1
1 files changed, 1 insertions, 0 deletions
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,