From f020f21a3849c7781f4917c57680f085cce007a9 Mon Sep 17 00:00:00 2001 From: Achim Gratz Date: Sat, 29 Sep 2012 10:02:36 +0200 Subject: [PATCH] Partially revert "test-ob.el: Fix test. Delete trailing whitespaces" This reverts the last part of commit 22c308083098f98a46bf2e752e005a9c36618b54. * testing/lisp/test-ob.el (test-ob/results-do-not-replace-code-blocks): These two whitespace errors are intentional. Do not remove them. --- testing/lisp/test-ob.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el index 865b495be..0565043c0 100644 --- a/testing/lisp/test-ob.el +++ b/testing/lisp/test-ob.el @@ -1007,11 +1007,11 @@ Line 3\" (org-test-with-temp-text "Block two has a space after the name. #+name: foo - #+begin_src emacs-lisp + #+begin_src emacs-lisp 1 #+end_src emacs-lisp -#+name: foo +#+name: foo #+begin_src emacs-lisp 2 #+end_src