diff options
-rw-r--r-- | tests/data/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/tests/data/README.md b/tests/data/README.md index 744934c..04a277e 100644 --- a/tests/data/README.md +++ b/tests/data/README.md @@ -6,13 +6,17 @@ code or in separate file (for general editing). ## verify.csv [This file](https://github.com/miku/fuzzycat/blob/master/tests/data/verify.csv) -currently contains four columns: two identifiers, a match status and an -optional reason. +currently contains four columns: + +* ident +* ident +* match status +* reason (optional) If you add lines to this file, the test suite will pick it up automatically. ```csv -7kzrmoajzzedxgdvbltgqihszu,bd4crw4p7ber7pzhpoyw2c77bi,Status.STRONG,OK.SLUG_TITLE_AUTHOR_MATCH, +7kzrmoajzzedxgdvbltgqihszu,bd4crw4p7ber7pzhpoyw2c77bi,Status.STRONG,OK.SLUG_TITLE_AUTHOR_MATCH ``` ## Helpers |