]> git.notmuchmail.org Git - notmuch/blobdiff - test/emacs-hello
new: Handle fatal errors in remove_filename and _remove_directory
[notmuch] / test / emacs-hello
index b235e3ab9913dba873d077ef2582ff7c09a00815..be66ba4c781efecad2bfec55e6632710fcf488de 100755 (executable)
@@ -44,4 +44,12 @@ test_emacs "(let ((notmuch-hello-sections
              (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-section-counts
 
+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 '*'
+test_emacs '(notmuch-hello)
+            (test-output)'
+notmuch tag -$tag '*'
+test_expect_equal_file OUTPUT $EXPECTED/notmuch-hello-long-names
+
 test_done