diff --git a/ft_split_expected.output b/ft_split_expected.output index f3a0d4f..ed7796d 100644 Binary files a/ft_split_expected.output and b/ft_split_expected.output differ diff --git a/ft_split_test.c b/ft_split_test.c index e867a98..ee0e879 100644 --- a/ft_split_test.c +++ b/ft_split_test.c @@ -6,7 +6,7 @@ /* By: lalgarra +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/10/09 17:20:58 by lalgarra #+# #+# */ -/* Updated: 2025/10/09 17:53:43 by lalgarra ### ########.fr */ +/* Updated: 2025/10/11 14:13:39 by lalgarra ### ########.fr */ /* */ /* ************************************************************************** */ @@ -70,6 +70,7 @@ int main(void) test("test 2: ", " Lorem ", ' '); test("test 3: ", " Lorem ", 'r'); test("test 4: ", (void *)0, ' '); + test("test 5: ", "^^^1^^2a,^^^^3^^^^--h^^^^", '^'); test("test 6: ", "Lorem", '\0'); return (0); }