commit | 9a0808fd8e83128403285f391944850d908d7af0 | [log] [tgz] |
---|---|---|
author | bungeman <bungeman@google.com> | Fri Feb 13 08:55:16 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Feb 13 08:55:16 2015 -0800 |
tree | bb27c0bd7959e32a35f6dd4264bb4d29f5567c14 | |
parent | f16c00e41b72daa81ed7efacbead06b387767841 [diff] |
Verify all parsed test font files start with cap. All of the Android test font configuration files have file names which start with a capital latin letter. Verify this is true of the parsed file names. This would have caught previous issues with slicing, and will hopefully prevent such issues going unnoticed in the future. Review URL: https://codereview.chromium.org/925933003