Open
Description
Observed behaviour
When testing multiple fonts at the same time, the results report the total of issues of all tested files combined, instead of displaying individual counts.
Expected behaviour
When testing mutliple fonts at once, display individual total counts for each file with side by side comparisson, plus a count for all tested files combinded.
Example:
font [0]: font[1]: Total:
ERROR:2 ERROR:1 ERROR:3
FAIL: 3 FAIL: 2 FAIL: 5
WARN: 3 WARN: 3 WARN: 6
SKIP: 2 SKIP: 1 SKIP: 3
INFO: 1 INFO: 0 INFO: 0
PASS: 0 PASS: 1 PASS: 1)