From 3b23e709205a9daf03c9b9e53cc8a8c0372a50cb Mon Sep 17 00:00:00 2001 From: danix Date: Thu, 11 Jun 2026 11:03:53 +0200 Subject: fix: help markup uses
+ nbsp padding for qarma layout qarma --info collapses newlines and runs of spaces. Use
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 --- tests/wallp.bats | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/wallp.bats') 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 "" "$HOME/calls.log" + grep -q "
" "$HOME/calls.log" } @test "bootstrap on missing conf exits zero without setting wallpaper" { -- cgit v1.2.3