aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/tagging
diff options
context:
space:
mode:
Diffstat (limited to 'test/tagging')
-rwxr-xr-xtest/tagging4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/tagging b/test/tagging
index e4782ed4..980ff927 100755
--- a/test/tagging
+++ b/test/tagging
@@ -46,4 +46,8 @@ test_expect_equal "$output" "\
thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; One (:\" inbox tag1 unread)
thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Two (inbox tag1 tag4 unread)"
+test_expect_code 1 "Empty tag names" 'notmuch tag + One'
+
+test_expect_code 1 "Tag name beginning with -" 'notmuch tag +- One'
+
test_done