ICU-5243 add a test case for REORDER_RUNS_ONLY

X-SVN-Rev: 19900
This commit is contained in:
Matitiahu Allouche 2006-07-27 14:26:10 +00:00
parent d5d2a9d95d
commit 0b47bd5489
2 changed files with 8 additions and 7 deletions

View File

@ -2437,6 +2437,7 @@ doReorderRunsTest(void) {
const char noroundtrip[2]; const char noroundtrip[2];
} testCases[] = { } testCases[] = {
{"abcGHI", {{"GHIabc", "GHIabc"}, {"GHIabc", "GHIabc"}}, {0, 0}}, {"abcGHI", {{"GHIabc", "GHIabc"}, {"GHIabc", "GHIabc"}}, {0, 0}},
{"a.>67->", {{"<-67<.a", "<-67<.a"}, {"<-67<.a", "<-67<.a"}}, {0, 0}},
{"-=%$123/ *", {{"* /%$123=-", "* /%$123=-"}, {"-=%$123/ *", {{"* /%$123=-", "* /%$123=-"},
{"* /%$123=-", "* /%$123=-"}}, {0, 0}}, {"* /%$123=-", "* /%$123=-"}}, {0, 0}},
{"abc->12..>JKL", {{"JKL<..12<-abc", "JKL<..abc->12"}, {"abc->12..>JKL", {{"JKL<..12<-abc", "JKL<..abc->12"},

View File

@ -426,6 +426,13 @@
<File <File
RelativePath=".\creststn.h"> RelativePath=".\creststn.h">
</File> </File>
<Filter
Name="transforms"
Filter="">
<File
RelativePath=".\utransts.c">
</File>
</Filter>
</Filter> </Filter>
<Filter <Filter
Name="misc" Name="misc"
@ -506,13 +513,6 @@
RelativePath=".\utf8tst.c"> RelativePath=".\utf8tst.c">
</File> </File>
</Filter> </Filter>
<Filter
Name="transforms"
Filter="">
<File
RelativePath=".\utransts.c">
</File>
</Filter>
<Filter <Filter
Name="regex" Name="regex"
Filter=""> Filter="">