]> git.notmuchmail.org Git - notmuch/commit
test: wrap and indent test_emacs calls
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Tue, 28 Jun 2011 04:45:05 +0000 (08:45 +0400)
committerCarl Worth <cworth@cworth.org>
Tue, 28 Jun 2011 22:06:47 +0000 (15:06 -0700)
commitcaeb05493d5d0c97859cfd6303d8c64071dd69ea
tree525870edd85d34fe16fa1d3d957b44c9d79f3bf4
parentdd7572392145ed00f938e276d38d2ab3a1427055
test: wrap and indent test_emacs calls

Most test_emacs calls have long arguments that consist of many
expressions.  Putting them on a single line makes it hard to read
and produces poor diff when they are changed.  The patch puts
every expression in test_emacs calls on a separate line.
test/emacs
test/test-lib.sh