-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys/fmt: Missing tests for fmt_float, fmt_lpad #7220
Comments
+1, but fmt_lpad() does have some unittests? |
Maybe I missed it while I was scanning the source. But fmt_float needs some tests at least |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you want me to ignore this issue, please mark it with the "State: don't stale" label. Thank you for your contributions. |
lpad is covered in the unit tests, tests/fmt_print tests |
See title.
Also, fmt_float has a bug where it will skip over a byte before the decimal point in the middle of the output string if the number is negative because of a mistake in the output pointer advancement.
The text was updated successfully, but these errors were encountered: