mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-13790 Add data tests to verify certain chars present in pinyin, stroke
This commit is contained in:
parent
b525045209
commit
cfef59f0b8
2 changed files with 87 additions and 3 deletions
43
icu4c/source/test/testdata/collationtest.txt
vendored
43
icu4c/source/test/testdata/collationtest.txt
vendored
|
@ -2540,3 +2540,46 @@
|
|||
# Before ICU 55, the following reordered together with Gothic.
|
||||
<1 𐌈 # Old Italic
|
||||
<1 𐑐 # Shavian
|
||||
|
||||
# Check for presence of certain chars 乛冂刂卜又小彑艹日月爫牛辶 in
|
||||
# zh pinyin and stroke, ICU-13790
|
||||
# (bracket pinyin test with 卬..作, stroke test with 一..乾)
|
||||
|
||||
** test: DataDrivenCollationTest/VerifyCertainCharsInPinyin
|
||||
@ locale zh-u-co-pinyin
|
||||
* compare
|
||||
< 卬
|
||||
< 卜
|
||||
< 艹
|
||||
< 辶
|
||||
< 刂
|
||||
< 彑
|
||||
< 冂
|
||||
< 牛
|
||||
< 日
|
||||
< 小
|
||||
< 乛
|
||||
< 又
|
||||
< 月
|
||||
< 爫
|
||||
< 作
|
||||
|
||||
** test: DataDrivenCollationTest/VerifyCertainCharsInStroke
|
||||
@ locale zh-u-co-stroke
|
||||
* compare
|
||||
< 一
|
||||
< 乛
|
||||
< 冂
|
||||
< 刂
|
||||
< 卜
|
||||
< 又
|
||||
< 小
|
||||
< 彑
|
||||
< 艹
|
||||
< 日
|
||||
< 月
|
||||
< 爫
|
||||
< 牛
|
||||
< 辶
|
||||
< 乾
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
# Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
# License & terms of use: http://www.unicode.org/copyright.html#License
|
||||
#
|
||||
# Corporation and others. All Rights Reserved.
|
||||
# License & terms of use: http://www.unicode.org/copyright.html
|
||||
# Copyright (c) 2012-2015 International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
#
|
||||
|
@ -2542,3 +2540,46 @@
|
|||
# Before ICU 55, the following reordered together with Gothic.
|
||||
<1 𐌈 # Old Italic
|
||||
<1 𐑐 # Shavian
|
||||
|
||||
# Check for presence of certain chars 乛冂刂卜又小彑艹日月爫牛辶 in
|
||||
# zh pinyin and stroke, ICU-13790
|
||||
# (bracket pinyin test with 卬..作, stroke test with 一..乾)
|
||||
|
||||
** test: DataDrivenCollationTest/VerifyCertainCharsInPinyin
|
||||
@ locale zh-u-co-pinyin
|
||||
* compare
|
||||
< 卬
|
||||
< 卜
|
||||
< 艹
|
||||
< 辶
|
||||
< 刂
|
||||
< 彑
|
||||
< 冂
|
||||
< 牛
|
||||
< 日
|
||||
< 小
|
||||
< 乛
|
||||
< 又
|
||||
< 月
|
||||
< 爫
|
||||
< 作
|
||||
|
||||
** test: DataDrivenCollationTest/VerifyCertainCharsInStroke
|
||||
@ locale zh-u-co-stroke
|
||||
* compare
|
||||
< 一
|
||||
< 乛
|
||||
< 冂
|
||||
< 刂
|
||||
< 卜
|
||||
< 又
|
||||
< 小
|
||||
< 彑
|
||||
< 艹
|
||||
< 日
|
||||
< 月
|
||||
< 爫
|
||||
< 牛
|
||||
< 辶
|
||||
< 乾
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue