Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | html: Fix emission of 'script' and 'style' elements. | Daniel Meißner | 2024-03-02 | 1 | -0/+27 |
| | | | | The contents of these elements are not to be escaped. | ||||
* | post: Add convenience procedures for post author, tags, and title. | Filip Lajszczak | 2023-11-10 | 1 | -0/+26 |
| | | | | | | | | | | Author, tags and title metadata are commonly used, * haunt/post.scm (post-author, post-tags, post-title): New procedures. * tests/post.scm ("post-author, author metadata", "post-tags, tags metadata", "post-title, title metadata", "post-author, no metadata", "post-tags, no metadata", "post-title, no metadata"): New tests. * doc/haunt.texi (Posts): Docs for new procedures. | ||||
* | Fix test suite.v0.2.6 | David Thompson | 2022-01-26 | 3 | -98/+116 |
| | |||||
* | tests: Fix utils test. | David Thompson | 2021-04-15 | 1 | -1/+1 |
| | |||||
* | Fix tests that fail during daylight savings time. | David Thompson | 2017-01-23 | 2 | -2/+4 |
| | | | | lol oops | ||||
* | post: Add read-metadata-headers procedure. | David Thompson | 2015-10-15 | 1 | -1/+14 |
| | | | | | | | | * haunt/post.scm (read-metadata-headers): New procedure. * haunt/reader.scm (read-html-post): Reimplement using 'read-metadata-headers'. * tests/post.scm (%tzoffset): New variable. ("read-metadata-headers"): New test. | ||||
* | tests: Add post tests. | David Thompson | 2015-10-15 | 1 | -0/+71 |
| | | | | | * tests/post.scm: New file. * Makefile.am (TESTS): Add it. | ||||
* | utils: Clean up and add tests. | David Thompson | 2015-10-14 | 1 | -0/+85 |
* haunt/utils.scm (flat-map, string-split-at): Add docstring. (file-name-components): Adjust slightly to handle "/". (join-file-name-components): Use prefix string join grammar. (absolute-file-name): Add docstring. * test-env.in: New file. * tests/utils.scm: New file. * Makefile.am (TESTS, TEST_EXTENSIONS, SCM_LOG_COMPILER, AM_SCM_LOG_FLAGS): New variables. * configure.ac: Add test-env pre-processed file. * build-aux/test-driver: New file. |