fix test dirs #35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-test-dirs"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR makes the issues in our
test/directories conform to theu128issue id standard that the "real" entomologist database uses.This cleanup was prompted by the tool i'm writing to update an issue db to the "tags are files in directories, not lines in a file" standard (even though that standard hasn't been finalized yet). Having things be consistent just makes things easier.
This PR also makes a small change to the
tagsfield ofstruct Issue: it's now sorted to make testing more repeatable.