diff options
-rw-r--r-- | tests/data/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/data/README.md b/tests/data/README.md index 42ea394..744934c 100644 --- a/tests/data/README.md +++ b/tests/data/README.md @@ -53,3 +53,7 @@ for line in fileinput.input(): for a, b in itertools.combinations(sorted(vs), r=2): print("{}\t{}".format(a, b)) ``` + +## TODO + +* [ ] generate md with clickable links, grouped by match status |