mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 05:55:46 +02:00
change diaeresis from above to below for better visibility
In test/ruby/test_regexp.rb and test/ruby/test_string.rb, change some instances of COMBINING DIAERESIS (U+0308, above) to COMBINING DIAERESIS BELOW (U+0324) to make it more easily visible in test output, particularly in the context of double quotes surrounding strings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f49d226922
commit
9b161c3cda
2 changed files with 6 additions and 6 deletions
|
@ -955,8 +955,8 @@ class TestRegexp < Test::Unit::TestCase
|
|||
assert_match /\A\X\z/, "\u{600 20}"
|
||||
assert_match /\A\X\z/, "\u{261d 1F3FB}"
|
||||
assert_match /\A\X\z/, "\u{1f600}"
|
||||
assert_match /\A\X\z/, "\u{20 308}"
|
||||
assert_match /\A\X\X\z/, "\u{a 308}"
|
||||
assert_match /\A\X\z/, "\u{20 324}"
|
||||
assert_match /\A\X\X\z/, "\u{a 324}"
|
||||
assert_match /\A\X\X\z/, "\u{d 308}"
|
||||
assert_match /\A\X\z/, "\u{1F477 1F3FF 200D 2640 FE0F}"
|
||||
assert_match /\A\X\z/, "\u{1F468 200D 1F393}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue