1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/ruby/enc
duerst dff1e89bfb add a test to make sure some unassigned codepoints do not get converted
In test/ruby/enc/test_case_mapping.rb, add a test to make sure the
unassigned codepoints in the Georgian MTAVRULI range (U+1CBB, U+1CBC)
do not get converted to unrelated codepoints by String#capitalize.
(It turns out that this test was not strictly necessary, because
unassigned codepoints are already excluded by the fact that they are
not found in the onigenc_unicode_fold_lookup table. So this test only
serves to check against future regressions.)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-10 23:12:12 +00:00
..
test_big5.rb
test_case_comprehensive.rb implement special behavior for Georgian for String#capitalize 2018-12-09 23:14:29 +00:00
test_case_mapping.rb add a test to make sure some unassigned codepoints do not get converted 2018-12-10 23:12:12 +00:00
test_case_options.rb
test_cp949.rb
test_emoji.rb
test_emoji_breaks.rb replace hardcoded emoji version by RbConfig::CONFIG['UNICODE_EMOJI_VERSION'] 2018-12-07 09:01:13 +00:00
test_euc_jp.rb
test_euc_kr.rb
test_euc_tw.rb
test_gb18030.rb
test_gbk.rb
test_grapheme_breaks.rb
test_iso_8859.rb
test_koi8.rb
test_regex_casefold.rb
test_shift_jis.rb
test_utf16.rb
test_utf32.rb
test_windows_1251.rb
test_windows_1252.rb