ICU-3109 test for Thai change
X-SVN-Rev: 13084
This commit is contained in:
parent
e7f61a00df
commit
548966ac62
@ -494,6 +494,8 @@ void CollationThaiTest::TestReordering(void) {
|
||||
"\\u0E41\\uD87E\\uDC02", "=", "\\u0E41\\u4E41", // supplementary composition decomps to BMP
|
||||
"\\u0E41\\u0301", "=", "\\u0E41\\u0301", // unsafe (just checking backwards iteration)
|
||||
"\\u0E41\\u0301\\u0316", "=", "\\u0E41\\u0316\\u0301",
|
||||
"\\u0e24\\u0e41", "=", "\\u0e41\\u0e24", // exiting contraction bug
|
||||
"\\u0e3f\\u0e3f\\u0e24\\u0e41", "=", "\\u0e3f\\u0e3f\\u0e41\\u0e24",
|
||||
|
||||
"abc\\u0E41c\\u0301", "=", "abc\\u0E41\\u0107", // composition
|
||||
"abc\\u0E41\\uD834\\uDC00", "<", "abc\\u0E41\\uD834\\uDC01", // supplementaries
|
||||
|
Loading…
Reference in New Issue
Block a user