org-test.el (org-test-with-temp-text-in-file): Wrap ,@body into (progn ...).
commitfa0e8feea862e7998ed7bfcf90044c8808d1e2cb
authorBastien Guerry <bzg@altern.org>
Sat, 15 Dec 2012 07:49:23 +0000 (15 08:49 +0100)
committerBastien Guerry <bzg@altern.org>
Sat, 15 Dec 2012 07:49:23 +0000 (15 08:49 +0100)
treef4cb47befbeacd9fca7a402f9ec08b5c7080ede3
parentc8452bfca08a834a4dc452de6040e0956d3770e3
org-test.el (org-test-with-temp-text-in-file): Wrap ,@body into (progn ...).

* org-test.el (org-test-with-temp-text-in-file): Wrap ,@body
into (progn ...) so that tests don't have to wrap it themselves.

Fix the testing suite to use this.
Also fix formatting and trailing whitespaces.
Fix test-org-src/blank-line-block so that it
checks editing of a code block with a whitespace
with point on the #+begin_src line.

Thanks to Michael Brand for spotting the (progn ...) problem.
testing/lisp/test-ob-emacs-lisp.el
testing/lisp/test-ob.el
testing/lisp/test-org-src.el
testing/lisp/test-org-table.el
testing/org-test.el