Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant