test: adding more string test
This commit is contained in:
parent
bcf210958a
commit
7721a4d0c1
1 changed files with 20 additions and 0 deletions
20
test/main.c
20
test/main.c
|
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue