-
Notifications
You must be signed in to change notification settings - Fork 602
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
Printf: Add support for tabs, and give helpful error messages #1323
Printf: Add support for tabs, and give helpful error messages #1323
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a \t
to one of the Printables tests?
Co-Authored-By: Jack Koenig <jack.koenig3@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks 🙂
Oh I didn't realize this was against |
oh, are the tests passing now? cuz it failed before... |
Yeah, you fixed the failing test |
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Related issue:
#1321
I added support for \t in printf. I also made the
require
statements give more information if you do something wrong which is how I figured out the tab was the problem.Type of change: bug report
Impact: API modification
Development Phase: implementation
Release Notes
Printables printf now supports \t characters.