Re: [PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc headers

Subject: Re: [PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc headers

Date: Fri, 09 Sep 2016 21:43:47 -0300

To: Jani Nikula, notmuch@notmuchmail.org

Cc:

From: David Bremner


Jani Nikula <jani@nikula.org> writes:


> +output=$(notmuch reply id:abc123@example.org)
> +notmuch reply id:abc123@example.com
> +test_expect_equal "$output" "From: Notmuch Test Suite <test_suite@notmuchmail.org>
> +Subject: Re: wowsers!
> +To: Alice <alice@example.org>, Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> +Cc: Bob <bob@example.org>, Charles <charles@example.org>
> +In-Reply-To: <abc123@example.org>
> +References: <abc123@example.org>
> +
> +On Thu, 16 Jun 2016 22:14:41 -0400, Alice <alice@example.org> wrote:
> +> Note the Cc: and cc: headers."

I'm not sure it's rational, but I think I prefer files rather than
variables/strings for this kind of test.

Thread: