mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-18 22:09:26 +00:00
Added next/prev trie test
This commit is contained in:
parent
98823c04b3
commit
e8cb5c221d
1 changed files with 19 additions and 0 deletions
19
trietestnextprev.json
Normal file
19
trietestnextprev.json
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"basic": {
|
||||||
|
"in": [ "cat", "doge", "wallace" ],
|
||||||
|
"tests": [
|
||||||
|
[ "", "", "cat" ],
|
||||||
|
[ "bobo", "", "cat" ],
|
||||||
|
[ "c", "", "cat" ],
|
||||||
|
[ "car", "", "cat" ],
|
||||||
|
[ "cat", "", "doge" ],
|
||||||
|
[ "catering", "cat", "doge" ],
|
||||||
|
[ "d", "cat", "doge" ],
|
||||||
|
[ "doge", "cat", "wallace" ],
|
||||||
|
[ "dogerton", "doge", "wallace" ],
|
||||||
|
[ "w", "doge", "wallace" ],
|
||||||
|
[ "wallace", "doge", "" ],
|
||||||
|
[ "wallace123", "wallace", ""]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue