]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: Add known-broken test for empty author name
authorJesse Rosenthal <jrosenthal@jhu.edu>
Sat, 22 Nov 2014 13:17:15 +0000 (08:17 -0500)
committerDavid Bremner <david@tethera.net>
Sun, 7 Dec 2014 12:32:12 +0000 (13:32 +0100)
commit6c1d626519b04fbc98a5c5497ec4fbcd76a51c00
tree299cadabf6e724b395d32ccd7f0a6c8140770061
parent7585e8c906b51b5a8db89feb8981b8c5fe2e107c
test: Add known-broken test for empty author name

We test for whether a quoted empty email address

    "" <address@example.com>

will show up as the address, instead of the empty string. This is
marked as known-broken, since the current behavior is to use the empty
string.

This is a new test file, since handling of unusual email addresses
doesn't seem to fit well in any of our existing tests.

Signed-off-by: Jesse Rosenthal <jrosenthal@jhu.edu>
test/T205-author-naming.sh [new file with mode: 0755]