Blame test/shaping/hb-unicode-prettyname
|
Packit |
874993 |
#!/usr/bin/env python
|
|
Packit |
874993 |
|
|
Packit |
874993 |
from hb_test_tools import *
|
|
Packit |
874993 |
|
|
Packit |
874993 |
UtilMains.filter_multiple_strings_or_stdin (Unicode.pretty_names, "UNICODE_CODEPOINTS", \
|
|
Packit |
874993 |
concat_separator = ' ')
|