All other specifiers(as in http://www.cplusplus.com/reference/cstdio/printf/) are at least once occuring in tests. It does not mean those have good coverage. This issue simply reports that while some specifiershave some tests, the reported have none.
https://github.com/alexei/sprintf.js/blob/master/test/test.js
Does not contain tests for specifiers:
All other specifiers(as in http://www.cplusplus.com/reference/cstdio/printf/) are at least once occuring in tests. It does not mean those have good coverage. This issue simply reports that while some specifiershave some tests, the reported have none.
What about creating validation https://github.com/alexei/sprintf.js/blob/master/test/test_validation.js to determine if all specifiers are tested?