aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2026-06-11 11:03:53 +0200
committerdanix <danix@danix.xyz>2026-06-11 11:03:53 +0200
commit3b23e709205a9daf03c9b9e53cc8a8c0372a50cb (patch)
treeb712552a99b38aafc53753b487d4500748e4367c /tests
parent25eca863522ad8c37770782b5a86a3591093e17e (diff)
downloadwallp-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 &#160; 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')
-rw-r--r--tests/wallp.bats1
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" {