Aaron Ecay <aaronecay at gmail.com> writes: > 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?)
What about pretty printing the json in the source? test_expect_equal_json canonicalizes both arguments before comparing, so it should be ok. d
