alelievr / libft-unit-test

453 stars 88 forks source link

ft_memchr new test value #117

Open DCAndrei opened 2 years ago

DCAndrei commented 2 years ago

Hello i did a stupid thing and cast the void to char and int to unsigned int, and i passed all the testers, but moulinette failed me, after testing a lot of values, someone showed me the following values, values that my function failed, the memory is "ÿÿÿ1" and the char value is 191. If there is no big effort maybe you can add this test, i did all but this.

Thanks, all the best.

github-actions[bot] commented 1 year ago

Hello! Thanks for contributing to the libft unit test.

Note that this repository is not maintained by the owner anymore, instead there is a bot that will automatically merge any reviewed pull requests. If you feel like it, here are some links that can help you submiting a change in the code base::