Skip to content

Commit

Permalink
Merge pull request #5 from bkirwi/master
Browse files Browse the repository at this point in the history
Fix invalid JSON (removed trailing comma) and add test names
  • Loading branch information
obscuren committed May 22, 2014
2 parents 42e14ec + 356a329 commit 125839e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions trietest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[
{
{
"singleItem": {
"inputs": [
["A", "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"]
],
"expectation": "d23786fb4a010da3ce639d66d5e904a11dbc02746d1ce25029e53290cabf28ab"
},
{
"dogs": {
"inputs": [
["doe", "reindeer"],
["dog", "puppy"],
["dogglesworth", "cat"]
],
"expectation": "8aad789dff2f538bca5d8ea56e8abe10f4c7ba3a5dea95fea4cd6e7c3a1168d3"
},
{
"puppy": {
"inputs":[
["do", "verb"],
["horse", "stallion"],
Expand All @@ -22,7 +22,7 @@
],
"expectation": "5991bb8c6514148a29db676a14ac506cd2cd5775ace63c30a4fe457715e9ac84"
},
{
"emptyValues": {
"inputs":[
["do", "verb"],
["ether", "wookiedoo"],
Expand All @@ -35,27 +35,27 @@
],
"expectation": "5991bb8c6514148a29db676a14ac506cd2cd5775ace63c30a4fe457715e9ac84"
},
{
"foo": {
"inputs":[
["foo", "bar"],
["food", "bat"],
["food", "bass"]
],
"expectation": "17beaa1648bafa633cda809c90c04af50fc8aed3cb40d16efbddee6fdf63c4c3"
},
{
"smallValues": {
"inputs":[
["be", "e"],
["dog", "puppy"],
["bed", "d"]
],
"expectation": "3f67c7a47520f79faa29255d2d3c084a7a6df0453116ed7232ff10277a8be68b"
},
{
"testy": {
"inputs":[
["test", "test"],
["te", "testy"],
["te", "testy"]
],
"expectation": "8452568af70d8d140f58d941338542f645fcca50094b20f3c3d8c3df49337928"
}
]
}

0 comments on commit 125839e

Please sign in to comment.