mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-2412 regression tests for Thai handling. Needs revisiting after j2720 is done
X-SVN-Rev: 11116
This commit is contained in:
parent
3a3ba864e5
commit
d3d936f063
1 changed files with 22 additions and 0 deletions
|
@ -16,6 +16,28 @@
|
|||
}
|
||||
}
|
||||
TestData {
|
||||
TestThaiPartialSortKeyProblems {
|
||||
Info {
|
||||
Description { "These are examples of strings that caused trouble in partial sort key testing." }
|
||||
}
|
||||
Settings {
|
||||
{
|
||||
TestLocale { "th_TH" }
|
||||
}
|
||||
}
|
||||
// TODO: the tests that are commented out should be enabled when j2720 is fixed
|
||||
Cases { "\u0E01\u0E01\u0E38\u0E18\u0E20\u0E31\u0E13\u0E11\u0E4C"
|
||||
"<\u0E01\u0E01\u0E38\u0E2A\u0E31\u0E19\u0E42\u0E18",
|
||||
"\u0E01\u0E07\u0E01\u0E32\u0E23"
|
||||
"<\u0E01\u0E07\u0E42\u0E01\u0E49",
|
||||
//"\u0E01\u0E23\u0E19\u0E17\u0E32"
|
||||
//"<\u0E01\u0E23\u0E19\u0E19\u0E40\u0E0A\u0E49\u0E32",
|
||||
"\u0E01\u0E23\u0E30\u0E40\u0E08\u0E35\u0E22\u0E27"
|
||||
"<\u0E01\u0E23\u0E30\u0E40\u0E08\u0E35\u0E4A\u0E22\u0E27",
|
||||
//"\u0E01\u0E23\u0E23\u0E40\u0E0A\u0E2D"
|
||||
//"<\u0E01\u0E23\u0E23\u0E40\u0E0A\u0E49\u0E32"
|
||||
}
|
||||
}
|
||||
TestJavaStyleRule {
|
||||
Info {
|
||||
Description { "java.text allows rules to start as '<<<x<<<y...' "
|
||||
|
|
Loading…
Add table
Reference in a new issue