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 };