On Mon, Mar 04 2013, Aaron Ecay <[email protected]> wrote: > git send-email is mad about lines >998 characters in the test patch, so > I’m sending the patches as attachments to this email. (Is there a > better way to include the expected output of a notmuch command which > outputs long lines in a test script?)
Simplest thing is to split the expected string to multiple lines and use test_expect_equal_json() for checking. Tomi _______________________________________________ notmuch mailing list [email protected] http://notmuchmail.org/mailman/listinfo/notmuch
