aboutsummaryrefslogtreecommitdiff
path: root/tests/validate-html (unfollow)
Commit message (Collapse)Author
2023-09-11Change how entry point is handled.Hugo Hörnquist
Replaces the old main sh bootstrap entry point to one written in C. The reasons are in the C file, but in short, Guile's command line is less than ideal.
2023-09-11Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist
Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-12Add html validator.Hugo Hörnquist