Merge remote-tracking branch 'origin/master' into custom

This commit is contained in:
Roy Tam 2019-11-15 15:03:49 +08:00
commit d2b5ffafc2
210 changed files with 10739 additions and 14561 deletions

File diff suppressed because it is too large Load diff

View file

@ -533,7 +533,7 @@ TEST_F(LookupListTableTest, TesBadLookupFlag) {
// Set IgnoreBaseGlyphs(0x0002) to the lookup flag of LookupTable[0].
out.Seek(6);
out.WriteU16(0x0002);
EXPECT_FALSE(Parse());
EXPECT_TRUE(Parse());
}
TEST_F(LookupListTableTest, TesBadSubtableCount) {