File: hb-diff-colorize

package info (click to toggle)
harfbuzz 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 10,404 kB
  • ctags: 8,635
  • sloc: cpp: 37,815; sh: 11,976; ansic: 9,840; python: 1,308; xml: 962; makefile: 739
file content (7 lines) | stat: -rwxr-xr-x 253 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env python

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))