diff --git a/test/char/test_isalnum.c b/test/char/test_isalnum.c index dc937b6..79eabad 100644 --- a/test/char/test_isalnum.c +++ b/test/char/test_isalnum.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/04 18:50:17 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:24:26 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); } diff --git a/test/char/test_isalpha.c b/test/char/test_isalpha.c index 4bffcc9..4776df3 100644 --- a/test/char/test_isalpha.c +++ b/test/char/test_isalpha.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 18:41:04 by rparodi #+# #+# */ -/* Updated: 2025/09/04 18:49:58 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:23:32 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); } diff --git a/test/char/test_isascii.c b/test/char/test_isascii.c index 6fcc91c..ab19982 100644 --- a/test/char/test_isascii.c +++ b/test/char/test_isascii.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/05 10:40:18 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:24:19 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); } diff --git a/test/char/test_isprint.c b/test/char/test_isprint.c index 62b4cff..8760283 100644 --- a/test/char/test_isprint.c +++ b/test/char/test_isprint.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/05 10:43:55 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:23:32 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); } diff --git a/test/char/test_tolower.c b/test/char/test_tolower.c index e813887..4ddf289 100644 --- a/test/char/test_tolower.c +++ b/test/char/test_tolower.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/05 10:35:53 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:23:53 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); } diff --git a/test/char/test_toupper.c b/test/char/test_toupper.c index 52e96ea..cb88e6b 100644 --- a/test/char/test_toupper.c +++ b/test/char/test_toupper.c @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/09/04 16:54:42 by rparodi #+# #+# */ -/* Updated: 2025/09/05 10:37:26 by rparodi ### ########.fr */ +/* Updated: 2025/09/05 11:23:46 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -33,4 +33,5 @@ int main(void) printf("%s✔%s ", CLR_GREEN, RESET); c++; } + puts("\n"); }