alelievr / libft-unit-test

455 stars 88 forks source link

need more tests for ft_atoi #88

Closed dubininvv closed 3 years ago

dubininvv commented 3 years ago

There is no test for '+' symbol. For example: +123 if the result is not +123 then the test does not find an error.

alelievr commented 3 years ago

Hello, I added those tests in this commit: https://github.com/alelievr/libft-unit-test/commit/3dde7d276d8dbf560d9988a3d081bd45220e0d80