aboutsummaryrefslogtreecommitdiffstats
path: root/TrieTests/trietestnextprev.json
diff options
context:
space:
mode:
Diffstat (limited to 'TrieTests/trietestnextprev.json')
-rw-r--r--TrieTests/trietestnextprev.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/TrieTests/trietestnextprev.json b/TrieTests/trietestnextprev.json
new file mode 100644
index 000000000..f2ad924e3
--- /dev/null
+++ b/TrieTests/trietestnextprev.json
@@ -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", ""]
+ ]
+ }
+}