Fix regression test on multibytes

0x07FF and 0x0800 are valid multibyte characters:
'DOUBLE QUESTION MARK' and 'QUESTION EXCLAMATION MARK'
This commit is contained in:
Baptiste Daroussin 2015-11-02 07:59:17 +00:00
parent 2e4863a601
commit 9ff4faf083
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/collation/; revision=290263

View file

@ -87,7 +87,7 @@ static struct test {
0x5B, 0x01, 0x7F, 0x5D, 0x5B, 0x80, 0x07FF, 0x5D, 0x5B, 0x0800,
0xFFFF, 0x5D, 0x5B, 0x10000, 0x10FFFF, 0x5D, 0x0A
},
{ 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1, 1, 1, -1, -1,
{ 1, -1, -1, 1, 1, -1, 1, 1, 1, 1, -1, 1, 1, -1, -1,
1, 1, -1, -1, 1, 1, -1, -1, 1, -1
},
-1