aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent (unfollow)
Commit message (Collapse)Author
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-12-01Properly specify as-list and with-parameters interaction.Hugo Hörnquist
2023-12-01Improve output format for vcomponents.Hugo Hörnquist
A stantdalone vline is now it's own constructor, and includes its parameters. Complete vcomponents instead serialize vlines to the vcomponent create syntax, which sometimes hides the existance of a vline completely.
2023-11-16Add tests for vcomponent grouping utilities.Hugo Hörnquist
2023-11-16Tests for vcomponent datetime and create.Hugo Hörnquist
2023-11-16Add vcomponent-equal?.Hugo Hörnquist
2023-11-16STASH: Start writing vcomponent datetime tests.Hugo Hörnquist
2023-11-16Fix rec advance test.Hugo Hörnquist
2023-11-06Minor documentation improvements.Hugo Hörnquist
2023-11-06Tests.Hugo Hörnquist
2023-11-06Group tests/recurrence-simple to avoid warnings.Hugo Hörnquist
Previously a bunch of warnings about shadowing of 'ev' was emitted.
2023-10-18Add tests for (vcomponent duration).Hugo Hörnquist
2023-10-16Fix write test for vcomponent.Hugo Hörnquist
2023-10-16Move timespec and recur-rule to new object system.Hugo Hörnquist
2023-10-16Update number of tests.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist