test: adding more string test

This commit is contained in:
Raphael 2025-12-13 13:33:21 +01:00
parent bcf210958a
commit 7721a4d0c1
No known key found for this signature in database

View file

@ -25,10 +25,30 @@ char *strs[] = {
"a", "a",
"aa", "aa",
"aaa", "aaa",
" ",
" ",
"\t",
"\n",
"\t\n ",
"Hello\0 World!", "Hello\0 World!",
"Hello World!", "Hello World!",
"Hello World!",
"assembly is fun!",
"Assembly is fun!", "Assembly is fun!",
"Assembly is fun!!",
"42",
"0042",
"42Paris",
"azerty",
"azertY",
"azertyuiopqsdfghjklm",
"0123456789",
"!@#$%^&*()_+-=[]{}|;:',.<>/?",
"é",
"école",
"École",
LOREM, LOREM,
LOREM_LONG,
NULL NULL
}; };