aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent (follow)
Commit message (Collapse)AuthorAge
* Rename vcomponent in create module to vcomponent-create.datarewrite-structuresHugo Hörnquist2023-12-09
|
* Complete rewrite of the lens system.Hugo Hörnquist2023-12-09
| | | | | | | | 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.
* Properly specify as-list and with-parameters interaction.Hugo Hörnquist2023-12-01
|
* Improve output format for vcomponents.Hugo Hörnquist2023-12-01
| | | | | | | | 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.
* Add tests for vcomponent grouping utilities.Hugo Hörnquist2023-11-16
|
* Tests for vcomponent datetime and create.Hugo Hörnquist2023-11-16
|
* Add vcomponent-equal?.Hugo Hörnquist2023-11-16
|
* STASH: Start writing vcomponent datetime tests.Hugo Hörnquist2023-11-16
|
* Fix rec advance test.Hugo Hörnquist2023-11-16
|
* Minor documentation improvements.Hugo Hörnquist2023-11-06
|
* Tests.Hugo Hörnquist2023-11-06
|
* Group tests/recurrence-simple to avoid warnings.Hugo Hörnquist2023-11-06
| | | | Previously a bunch of warnings about shadowing of 'ev' was emitted.
* Add tests for (vcomponent duration).Hugo Hörnquist2023-10-18
|
* Fix write test for vcomponent.Hugo Hörnquist2023-10-16
|
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Update number of tests.Hugo Hörnquist2023-10-16
|
* Rewrite test running system.Hugo Hörnquist2023-10-02