Fix test
This commit is contained in:
parent
6356da88ee
commit
0df83f52a1
|
@ -35,8 +35,7 @@ hb_draw_funcs_set_close_path_func
|
||||||
hb_draw_funcs_set_cubic_to_func
|
hb_draw_funcs_set_cubic_to_func
|
||||||
hb_draw_funcs_set_line_to_func
|
hb_draw_funcs_set_line_to_func
|
||||||
hb_draw_funcs_set_move_to_func
|
hb_draw_funcs_set_move_to_func
|
||||||
hb_draw_funcs_set_quadratic_to_func
|
hb_draw_funcs_set_quadratic_to_func""".splitlines ()
|
||||||
hb_font_get_var_coords_design""".splitlines ()
|
|
||||||
symbols = [x for x in symbols if x not in experimental_symbols]
|
symbols = [x for x in symbols if x not in experimental_symbols]
|
||||||
symbols = "\n".join (symbols)
|
symbols = "\n".join (symbols)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue