svenkreiss / html5validator

Command line tool to validate HTML5 files. Great for continuous integration.
MIT License
323 stars 34 forks source link

CLI return value wraps back to 0 #25

Closed tghs closed 8 years ago

tghs commented 8 years ago

The CLI return value indicates the number of validation errors. When it hits 256 errors, it wraps modulo 256 and returns 0, indicating no errors. Patch to follow.