From 8ca69ff641513ef3e3475b63dbedb21b6e1ae0a4 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 20 Nov 2014 11:37:06 +0100 Subject: [PATCH] split collator_get_sort_key_variant3.phpt for icu 54.1 --- .../tests/collator_get_sort_key_variant3.phpt | 3 +- .../tests/collator_get_sort_key_variant4.phpt | 98 +++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 ext/intl/tests/collator_get_sort_key_variant4.phpt diff --git a/ext/intl/tests/collator_get_sort_key_variant3.phpt b/ext/intl/tests/collator_get_sort_key_variant3.phpt index cc2a23b2b8..f4cb88e3e7 100644 --- a/ext/intl/tests/collator_get_sort_key_variant3.phpt +++ b/ext/intl/tests/collator_get_sort_key_variant3.phpt @@ -1,8 +1,9 @@ --TEST-- -collator_get_sort_key() +collator_get_sort_key() icu >= 53.1 && icu < 54.1 --SKIPIF-- = 53.1'); ?> += 0) die('skip for ICU < 54.1'); ?> --FILE-- = 54.1 +--SKIPIF-- + += 54.1'); ?> +--FILE-- + +--EXPECT-- +source: abc +key: 292b2d01070107 +source: abd +key: 292b2f01070107 +source: aaa +key: 29292901070107 +source: аа +key: 5e060601060106 +source: а +key: 5e0601050105 +source: z +key: 5b01050105 +source: +key: 0101 +source: +key: 0101 +source: 3 +key: 1a01050105 +source: y +key: 5901050105 +source: i +key: 3901050105 +source: k +key: 3d01050105 +source: абг +key: 2806101401070107 +source: абв +key: 2806101201070107 +source: жжж +key: 2830303001070107 +source: эюя +key: 28ccd0d401070107 +source: абг +key: 5e06101401070107 +source: абв +key: 5e06101201070107 +source: жжж +key: 5e30303001070107 +source: эюя +key: 5eccd0d401070107 -- 2.40.0