diff options
Diffstat (limited to 'tests/trie.c')
-rw-r--r-- | tests/trie.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/trie.c b/tests/trie.c index 6e6024a..59bde40 100644 --- a/tests/trie.c +++ b/tests/trie.c @@ -39,6 +39,10 @@ static const char *keys[] = { ">>>>>>", ">>><<<", ">>>", + + "AAAAAAA", + "AAAAAAAB", + "AAAAAAAa", }; static const size_t nkeys = countof(keys); |