mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[decycler] Add a couple more tests
This commit is contained in:
parent
64dbeaf0f4
commit
8226f597ac
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,8 @@ static void
|
|||
test_cycle ()
|
||||
{
|
||||
hb_decycler_t decycler;
|
||||
cycle_recurse (0, 1, decycler);
|
||||
cycle_recurse (0, 2, decycler);
|
||||
cycle_recurse (2, 3, decycler);
|
||||
cycle_recurse (-20, 8, decycler);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue