# Testing ./hocr-combine/test-hocr-combine.tsht
1..2
ok 1 - Executed: hocr-combine ../testdata/sample.html ../testdata/sample.html
not ok 2 - check whether number ocr_lines in self-combined result is doubled ('74' != '111')
and
$ pycodestyle hocr-* setup.py
hocr-extract-images:66:20: E225 missing whitespace around operator
hocr-extract-images:66:23: E701 multiple statements on one line (colon)
The command "pycodestyle hocr-* setup.py" exited with 1.
The newest build shows two test errors:
and
which should be fixed.