From 7721a4d0c1ad06f3dd252c6e85ee416c5acb2307 Mon Sep 17 00:00:00 2001 From: Raphael Date: Sat, 13 Dec 2025 13:33:21 +0100 Subject: [PATCH] test: adding more string test --- test/main.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/test/main.c b/test/main.c index 3d59a04..a0404e0 100644 --- a/test/main.c +++ b/test/main.c @@ -25,10 +25,30 @@ char *strs[] = { "a", "aa", "aaa", + " ", + " ", + "\t", + "\n", + "\t\n ", "Hello\0 World!", "Hello World!", + "Hello World!", + "assembly is fun!", "Assembly is fun!", + "Assembly is fun!!", + "42", + "0042", + "42Paris", + "azerty", + "azertY", + "azertyuiopqsdfghjklm", + "0123456789", + "!@#$%^&*()_+-=[]{}|;:',.<>/?", + "é", + "école", + "École", LOREM, + LOREM_LONG, NULL };