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: Francinette doesn't test * #85

Open
poudink opened this issue Dec 14, 2023 · 0 comments
Open

ft_printf: Francinette doesn't test * #85

poudink opened this issue Dec 14, 2023 · 0 comments

Comments

@poudink
Copy link

poudink commented Dec 14, 2023

printf has a feature where instead of putting a number in the format string for the width and precision fields, you can put an asterisk (*) and pass the number as argument. moulinette checks for this feature in ft_printf and it is required to get the bonus points, but francinette doesn't. I used francinette extensively when doing this project a month ago and wasn't aware that the asterisk feature existed, so because of this my bonus did not pass moulinette, despite passing francinette and francinette --strict and I was very confused. francinette probably should have tests for this.

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

No branches or pull requests

1 participant