test(convert): adding test for itoa

- adding test with 13 7 for the captain of the 7th divison of the gotei
13 (it's me btw)
This commit is contained in:
Raphael 2025-09-08 10:23:24 +02:00
parent 904fafc3f4
commit 198f56177b
No known key found for this signature in database

View file

@ -6,7 +6,7 @@
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */
/* Updated: 2025/09/05 16:10:48 by rparodi ### ########.fr */
/* Updated: 2025/09/08 10:09:06 by rparodi ### ########.fr */
/* */
/* ************************************************************************** */
@ -19,7 +19,7 @@
int main(void)
{
const int integer[] = {0, 42, -42, + -42, -2147483648, 2147483647};
const int integer[] = {0, 42, -42, +-42, -2147483648, 2147483647, 13, 7};
char result[1024];
size_t i;