Sign in
flutter
/
third_party
/
harfbuzz
/
11135150a7e9955aefbf9ac943367a618b513981
/
.
/
test
/
shape
/
hb-diff
blob: 15a1e2725e5d10089e77b5036e8fc6fa4f2e17c8 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
from
hb_test_tools
import
*
import
sys
,
os
if
len
(
sys
.
argv
)
<
2
:
sys
.
exit
(
"usage: %s FILES..."
%
sys
.
argv
[
0
])
ZipDiffer
.
diff_files
(
FileHelpers
.
open_file_or_stdin
(
f
)
for
f
in
sys
.
argv
[
1
:])