You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered: