fold_grind.t: Modify trie test
authorKarl Williamson <public@khwilliamson.com>
Tue, 20 Aug 2013 04:38:43 +0000 (22:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 29 Aug 2013 16:56:59 +0000 (10:56 -0600)
commit92dd905c165ef5968082d30c40de90184e2bf0ac
treebc6e4cfedee51a45f90fd162af524e79f21e1e6b
parent914a25d5b34bb68536066e4fe4ef66ef1a606396
fold_grind.t: Modify trie test

The trie tests just add an alternation of a fixed string.  This commit
makes that string the same number of bytes as the first alternative, in
an effort to not bias the test.  Otherwise, something that might
otherwise appear to be too short might be long enough to match the fixed
string, defeating properly testing the length.
t/re/fold_grind.t