diff options
| author | danix <danix@danix.xyz> | 2026-06-11 11:03:53 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2026-06-11 11:03:53 +0200 |
| commit | 3b23e709205a9daf03c9b9e53cc8a8c0372a50cb (patch) | |
| tree | b712552a99b38aafc53753b487d4500748e4367c /tests/wallp.bats | |
| parent | 25eca863522ad8c37770782b5a86a3591093e17e (diff) | |
| download | wallp-3b23e709205a9daf03c9b9e53cc8a8c0372a50cb.tar.gz wallp-3b23e709205a9daf03c9b9e53cc8a8c0372a50cb.zip | |
fix: help markup uses <br> + nbsp padding for qarma layout
qarma --info collapses newlines and runs of spaces. Use <br> for line
breaks and   for column padding; --width=600 prevents description
wrap. GTK min-width keeps the dialog wide regardless.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'tests/wallp.bats')
| -rw-r--r-- | tests/wallp.bats | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/wallp.bats b/tests/wallp.bats index b78dc35..d16f1a3 100644 --- a/tests/wallp.bats +++ b/tests/wallp.bats @@ -296,6 +296,7 @@ EOF chmod +x "$STUB_DIR/qarma" show_help grep -q "<b>" "$HOME/calls.log" + grep -q "<br>" "$HOME/calls.log" } @test "bootstrap on missing conf exits zero without setting wallpaper" { |
