summaryrefslogtreecommitdiff
path: root/config/test-dates.json
diff options
context:
space:
mode:
Diffstat (limited to 'config/test-dates.json')
-rw-r--r--config/test-dates.json18
1 files changed, 14 insertions, 4 deletions
diff --git a/config/test-dates.json b/config/test-dates.json
index f417da7..d7ac8f8 100644
--- a/config/test-dates.json
+++ b/config/test-dates.json
@@ -1,4 +1,14 @@
-{
- "2016-12-31": "2017-01.html",
- "2017-04-30": "."
-}
+[
+ {
+ "date": "2016-12-31",
+ "url": "2017-01.html",
+ "name": "I 2017",
+ "index": "1"
+ },
+ {
+ "date": "2017-04-30",
+ "url": "index.html",
+ "name": "II 2017",
+ "index": "2"
+ }
+]