Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-07 | issue: Parse known keys in list lines even if they are long. | Arun Isaac | |
We drop the restriction that values in key-value pairs should be 2 words or less. Instead, if the key is a known key such as "keywords:", "tags:" or "status:", we always accept it as a key. * tissue/issue.scm (file-details): Parse known keys in list lines even if they are long. * tests/issue.scm ("Parse keywords even if they are long"): New test. | |||
2022-07-07 | tests: Add tests. | Arun Isaac | |
* Makefile (GUILE, tests): New variables. (check): Run tests. * tests/issue.scm: New file. |