Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
There's a bad joke to be made about "mutation" versus "mutilation".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I checked out a few libraries but none really behaved
the way I needed, and coding it myself means much lower-
level access, which makes certain options a lot easier
(e.g. excluding one argument of a mocked function from
assertion while matching the rest against a pattern).
|
|
|
|
|
|
|
|
Also some more actual content in generateAlbumInfoPageContent,
which is in fact fully working as-is(!!).
|
|
|
|
|
|
This is WIP but seems to be working! Pretty big test of
the new html.template system, which needed some extension
here.
|
|
This should totally obliterate the need for html.fragment.
|
|
Only Tag interface and stringification for now.
Template tests coming soon!
|
|
|
|
...including template & slot support, unit tests incoming
|
|
|
|
* new: generateAlbumTrackListItem
* new: generateContributionLinks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|