[test] Fix problem with N'ko test direction
Old HarfBuzz test suite always shaped as left-to-right and hence had wrong 0x14db, direction expected glyphstring for N'ko. Doh! Failures down from 92 to 88.
This commit is contained in:
parent
fd06bf5611
commit
8613193bbf
|
@ -956,19 +956,19 @@ static const test_set_t tests_nko = {
|
|||
},
|
||||
{ "",
|
||||
{ 0x7ca, 0x7ca, 0 },
|
||||
{ 0x14db, 0x14d9, 0 }
|
||||
{ 0x14d9, 0x14db, 0 }
|
||||
},
|
||||
{ "",
|
||||
{ 0x7ca, 0x7fa, 0x7ca, 0 },
|
||||
{ 0x14db, 0x5ec, 0x14d9, 0 }
|
||||
{ 0x14d9, 0x5ec, 0x14db, 0 }
|
||||
},
|
||||
{ "",
|
||||
{ 0x7ca, 0x7f3, 0x7ca, 0 },
|
||||
{ 0x14db, 0x5e7, 0x14d9, 0 }
|
||||
{ 0x14d9, 0x5e7, 0x14db, 0 }
|
||||
},
|
||||
{ "",
|
||||
{ 0x7ca, 0x7f3, 0x7fa, 0x7ca, 0 },
|
||||
{ 0x14db, 0x5e7, 0x5ec, 0x14d9, 0 }
|
||||
{ 0x14d9, 0x5ec, 0x5e7, 0x14db, 0 }
|
||||
},
|
||||
{{0}}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue