def test_getSourceGOADBData(): ttf_path = get_input_path('font.ttf') assert getSourceGOADBData(ttf_path) == [['.notdef', '.notdef', ''], ['a', 'a', 'uni0041'], ['g2', 'g2', '']]