mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 05:25:05 +00:00
7 lines
254 B
Python
Executable file
7 lines
254 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from hb_test_tools import *
|
|
|
|
formatter = ColorFormatter.Auto (sys.argv)
|
|
colorizer = DiffColorizer (formatter=formatter)
|
|
UtilMains.process_multiple_files (FilterHelpers.filter_printer_function_no_newline (colorizer.colorize_diff))
|