tvl-depot/users/sterni/mblog
sterni b8e4da856f test(sterni/mblog/golden): check mblog against expected output
This should allow for refactors with more confidence as we can make sure
base functionality stays the same. It is important to test image
extraction, so unfortunately we need to check in a base64 rendering of
an image file. I've used //users/tvlbot.jpg, so git should at least be
able to deduplicate the extracted content. Note that this was achieved
by altering the note message since I wasn't able to add the picture in
the iOS Notes.app without the image being recompressed.

To get extra benefit, we also add the test note to the mime4cl test suite.

The expected output can be updated with

    mblog $(mg build :maildir) expected

Change-Id: I0aa493b206439018ad89745bacbd47af78bd1396
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12911
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
Reviewed-by: sterni <sternenseemann@systemli.org>
2024-12-26 12:59:03 +00:00
..
golden test(sterni/mblog/golden): check mblog against expected output 2024-12-26 12:59:03 +00:00
.gitignore chore(sterni/mblog): add gitignore 2022-01-30 09:38:40 +00:00
cli.lisp fix(sterni/mblog): check for help flags in flag, not arg list 2024-12-02 18:09:09 +00:00
config.lisp refactor(3p/lisp/mime4cl): use qbase64 for decoding FILE-PORTIONs 2023-05-18 16:16:39 +00:00
default.nix chore(3p/lisp/closure-*): disable on ECL for now 2024-12-02 23:15:51 +00:00
LICENSE chore(sterni/mblog): relicense to GPL-3.0-only 2022-07-09 17:10:46 +00:00
maildir.lisp chore(sterni/mblog): relicense to GPL-3.0-only 2022-07-09 17:10:46 +00:00
mblog.lisp refactor(sterni/mblog): move REDIRECT-STREAM into mime4cl 2023-05-18 16:16:39 +00:00
note.lisp refactor(mime4cl): replace *-input-adapter-stream with flexi-streams 2023-05-18 16:14:38 +00:00
packages.lisp refactor(sterni/mblog): move REDIRECT-STREAM into mime4cl 2023-05-18 16:16:39 +00:00
transformer.lisp chore(sterni/mblog): relicense to GPL-3.0-only 2022-07-09 17:10:46 +00:00