diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-11 10:33:40 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-11 10:33:40 +0300 |
| commit | cbd3cf2be4ce50092ec4eb3f4b28d77c0aa044e4 (patch) | |
| tree | 54029b8b2e2730a56e836c6e52a6f9feef21e198 /tests/cli.sh | |
| parent | 0965e395edc7c12db340c2f44debfe15a441ee62 (diff) | |
Update generated header project URL
Diffstat (limited to 'tests/cli.sh')
| -rwxr-xr-x | tests/cli.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/cli.sh b/tests/cli.sh index 93586a8..53acecf 100755 --- a/tests/cli.sh +++ b/tests/cli.sh @@ -2140,6 +2140,11 @@ test_integration_generates_album_outputs_and_cleans() { test::assert_contains "name='04 filename with spaces.jpg'" \ "$(<"$TEST_TMPDIR/dist/page-2.html")" test::assert_contains 'Next 2 pictures' "$page_html" + test::assert_contains \ + 'href="https://codeberg.org/snonux/shuriken.sh"' \ + "$page_html" + test::assert_contains 'codeberg.org/snonux/shuriken.sh' "$page_html" + test::assert_not_contains 'codeberg.org/snonux/photoalbum' "$page_html" test::assert_contains 'No EXIF details available.' "$details_html" test::assert_contains '<div class="details-layout">' "$details_html" test::assert_contains '<div class="details-photo-column">' "$details_html" |
