aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/vcomponent/vcomponent.scm (unfollow)
Commit message (Collapse)Author
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-06Tests.Hugo Hörnquist
2023-10-16Fix write test for vcomponent.Hugo Hörnquist
2023-10-16Update number of tests.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-02-23Change child/parent interface for vcomponent.Hugo Hörnquist
2023-02-23Start using (vcomponent create) in tests.Hugo Hörnquist
This allows us to focus on what we are testing, instead of on the parser in question. It also makes the code parser-agnostic.
2022-05-11Add test for remove-child!Hugo Hörnquist
2022-03-07Add new tests.Hugo Hörnquist