aboutsummaryrefslogtreecommitdiffstats
path: root/trietest.json
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2014-02-22 02:49:24 +0800
committerGav Wood <i@gavwood.com>2014-02-22 02:49:24 +0800
commita0ec84383218ea80b4c0b99e09710fae182a2379 (patch)
treebc2b474781d0b0621ad1d854271d0f512f26341f /trietest.json
parent660cd26f31b3979149950c1fdea995b85a774c1c (diff)
downloaddexon-tests-a0ec84383218ea80b4c0b99e09710fae182a2379.tar.gz
dexon-tests-a0ec84383218ea80b4c0b99e09710fae182a2379.tar.zst
dexon-tests-a0ec84383218ea80b4c0b99e09710fae182a2379.zip
Moved over to new format, but RLP tests still need updating.
Diffstat (limited to 'trietest.json')
-rw-r--r--trietest.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/trietest.json b/trietest.json
index 4a5c5ded5..e741a2012 100644
--- a/trietest.json
+++ b/trietest.json
@@ -1,5 +1,5 @@
-[
- {
+{
+ "doprefix": {
"inputs": {
"doe": "reindeer",
"dog": "puppy",
@@ -7,7 +7,7 @@
},
"expectation": "d85f9267d7ed5767fb1b48defa8eb20a1c007a87a07588135a74b40b55de2e67"
},
- {
+ "multiprefix": {
"inputs":{
"do": "verb",
"horse": "stallion",
@@ -16,4 +16,4 @@
},
"expectation": "cf7d318935b52db6e23d8c1f5e6b7e62f3606d4ed13783f4fdbd6e67a2085d04"
}
-]
+}