mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
fix(test-ot-math.c): remove redundant lines
This commit is contained in:
parent
0692d23ccc
commit
2da79f70a1
1 changed files with 0 additions and 3 deletions
|
@ -746,7 +746,6 @@ test_get_glyph_assembly (void)
|
|||
g_assert(!(parts[0].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER));
|
||||
g_assert(hb_font_get_glyph_from_name (hb_font, "vertical", -1, &glyph));
|
||||
g_assert_cmpint(parts[1].glyph, ==, glyph);
|
||||
g_assert_cmpint(parts[1].glyph, ==, glyph);
|
||||
g_assert_cmpint(parts[1].start_connector_length, ==, 227);
|
||||
g_assert_cmpint(parts[1].end_connector_length, ==, 365);
|
||||
g_assert_cmpint(parts[1].full_advance, ==, 1000);
|
||||
|
@ -759,8 +758,6 @@ test_get_glyph_assembly (void)
|
|||
g_assert(!(parts[2].flags & HB_OT_MATH_GLYPH_PART_FLAG_EXTENDER));
|
||||
g_assert(hb_font_get_glyph_from_name (hb_font, "vertical", -1, &glyph));
|
||||
g_assert_cmpint(parts[3].glyph, ==, glyph);
|
||||
g_assert_cmpint(parts[3].glyph, ==, glyph);
|
||||
g_assert_cmpint(parts[3].glyph, ==, glyph);
|
||||
g_assert_cmpint(parts[3].start_connector_length, ==, 400);
|
||||
g_assert_cmpint(parts[3].end_connector_length, ==, 296);
|
||||
g_assert_cmpint(parts[3].full_advance, ==, 1000);
|
||||
|
|
Loading…
Add table
Reference in a new issue