X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Femacs-hello;h=936d00e61c426b2b307834e3ba44baaafddf0efe;hb=512df7ec47a378f9807dd2c19db084fe6e4010ad;hp=be66ba4c781efecad2bfec55e6632710fcf488de;hpb=97efed0f0854c2231625057738c1c2db7b37c139;p=obsolete%2Fnotmuch-old diff --git a/test/emacs-hello b/test/emacs-hello index be66ba4c..936d00e6 100755 --- a/test/emacs-hello +++ b/test/emacs-hello @@ -44,6 +44,21 @@ test_emacs "(let ((notmuch-hello-sections (test-output))" test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-section-counts +test_begin_subtest "Empty custom tags section" +test_emacs "(let* ((widget (widget-create 'notmuch-hello-tags-section)) + (notmuch-hello-sections (list (widget-value widget)))) + (notmuch-hello) + (test-output))" +test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-tags-section + +test_begin_subtest "Empty custom queries section" +test_subtest_known_broken +test_emacs "(let* ((widget (widget-create 'notmuch-hello-query-section)) + (notmuch-hello-sections (list (widget-value widget)))) + (notmuch-hello) + (test-output))" +test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-empty-custom-queries-section + test_begin_subtest "Column alignment for tag/queries with long names" tag=a-very-long-tag # length carefully calculated for 80 characters window width notmuch tag +$tag '*'