summaryrefslogtreecommitdiff
path: root/test/ruby/test_string.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-24 11:53:19 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-24 11:53:19 +0000
commit7850586af435f44ff97c93decc97995bbdf6bad4 (patch)
tree12c290c32f7acee2a3698e906ba40c24dcb72816 /test/ruby/test_string.rb
parentf33adbc11e0fa0a2bd73b96ee3a3529481eb111d (diff)
Don't use single byte optimization on grapheme clusters
Unicode Text Segmentation considers CRLF as a character. [Bug #15337] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_string.rb')
-rw-r--r--test/ruby/test_string.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_string.rb b/test/ruby/test_string.rb
index 1a6d87f11f..014eb5ec15 100644
--- a/test/ruby/test_string.rb
+++ b/test/ruby/test_string.rb
@@ -973,6 +973,7 @@ CODE
def test_each_grapheme_cluster
[
+ "\u{0D 0A}",
"\u{20 200d}",
"\u{600 600}",
"\u{600 20}",