Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
125839e8
Commit
125839e8
authored
May 22, 2014
by
Jeffrey Wilcke
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5 from bkirwi/master
Fix invalid JSON (removed trailing comma) and add test names
parents
42e14ec5
356a3296
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
trietest.json
trietest.json
+10
-10
No files found.
trietest.json
View file @
125839e8
[
{
{
"singleItem"
:
{
"inputs"
:
[
[
"A"
,
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
]
],
"expectation"
:
"d23786fb4a010da3ce639d66d5e904a11dbc02746d1ce25029e53290cabf28ab"
},
{
"dogs"
:
{
"inputs"
:
[
[
"doe"
,
"reindeer"
],
[
"dog"
,
"puppy"
],
...
...
@@ -13,7 +13,7 @@
],
"expectation"
:
"8aad789dff2f538bca5d8ea56e8abe10f4c7ba3a5dea95fea4cd6e7c3a1168d3"
},
{
"puppy"
:
{
"inputs"
:[
[
"do"
,
"verb"
],
[
"horse"
,
"stallion"
],
...
...
@@ -22,7 +22,7 @@
],
"expectation"
:
"5991bb8c6514148a29db676a14ac506cd2cd5775ace63c30a4fe457715e9ac84"
},
{
"emptyValues"
:
{
"inputs"
:[
[
"do"
,
"verb"
],
[
"ether"
,
"wookiedoo"
],
...
...
@@ -35,7 +35,7 @@
],
"expectation"
:
"5991bb8c6514148a29db676a14ac506cd2cd5775ace63c30a4fe457715e9ac84"
},
{
"foo"
:
{
"inputs"
:[
[
"foo"
,
"bar"
],
[
"food"
,
"bat"
],
...
...
@@ -43,7 +43,7 @@
],
"expectation"
:
"17beaa1648bafa633cda809c90c04af50fc8aed3cb40d16efbddee6fdf63c4c3"
},
{
"smallValues"
:
{
"inputs"
:[
[
"be"
,
"e"
],
[
"dog"
,
"puppy"
],
...
...
@@ -51,11 +51,11 @@
],
"expectation"
:
"3f67c7a47520f79faa29255d2d3c084a7a6df0453116ed7232ff10277a8be68b"
},
{
"testy"
:
{
"inputs"
:[
[
"test"
,
"test"
],
[
"te"
,
"testy"
]
,
[
"te"
,
"testy"
]
],
"expectation"
:
"8452568af70d8d140f58d941338542f645fcca50094b20f3c3d8c3df49337928"
}
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment