Skip to content
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

ft-printf Basic Test #134 & #136 have wrong value for expected result and wrong output for actual result. #153

Open
KonstantinBelov opened this issue Oct 26, 2019 · 2 comments

Comments

@KonstantinBelov
Copy link

Screen Shot 2019-10-24 at 7 00 30 PM

@KonstantinBelov
Copy link
Author

KonstantinBelov commented Oct 26, 2019

#134 should be -32768. #136 should be 32767. At least if '-' is ASCII and not <U+2212>.

@KonstantinBelov KonstantinBelov changed the title Basic Test #134 & #136 have wrong value for expected result and wrong output for actual result. ft-printf Basic Test #134 & #136 have wrong value for expected result and wrong output for actual result. Oct 26, 2019
@jgigault
Copy link
Owner

Hello @KonstantinBelov
I was able to reproduce your issue using the source code of your ft_printf implementation (https://github.com/KonstantinBelov/ft_printf)
Did you manage to resolve the issue on your side? Maybe it depends on the OS used to run the checker (I am using Mac OS).
Please provide me with further information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants