diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 00:40:17 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-11-24 00:40:17 +0100 |
commit | 77d9c26819ab59a183c86a4b3ec3b5b80e85dd14 (patch) | |
tree | 9851639b2b60f80d39c976f0abfec73ebb17ff84 /tests/fixtures/README.md | |
parent | abe89171b53245fbb9696da6a3a9366ff6312caf (diff) | |
download | fuzzycat-77d9c26819ab59a183c86a4b3ec3b5b80e85dd14.tar.gz fuzzycat-77d9c26819ab59a183c86a4b3ec3b5b80e85dd14.zip |
verify cases: start with ids and keep reason optional
Diffstat (limited to 'tests/fixtures/README.md')
-rw-r--r-- | tests/fixtures/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fixtures/README.md b/tests/fixtures/README.md index 0418526..26609d2 100644 --- a/tests/fixtures/README.md +++ b/tests/fixtures/README.md @@ -5,10 +5,10 @@ code or in a TSV file (for general editing). ## verify.csv -This file contains four columns: match status, reason, and two identifiers. +This file contains four columns: two identifiers, a match status and an optional reason. ```tsv -Status.STRONG OK.SLUG_TITLE_AUTHOR_MATCH 7kzrmoajzzedxgdvbltgqihszu bd4crw4p7ber7pzhpoyw2c77bi +7kzrmoajzzedxgdvbltgqihszu,bd4crw4p7ber7pzhpoyw2c77bi,Status.STRONG,OK.SLUG_TITLE_AUTHOR_MATCH, ``` |