From deb6e7a61eeddeb636ee01388a3e132b0e9a83e7 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Sun, 19 Feb 2012 09:42:29 -0700 Subject: [PATCH] fixed test case broken by merge --- testing/lisp/test-ob.el | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el index b20516426..71fbf626e 100644 --- a/testing/lisp/test-ob.el +++ b/testing/lisp/test-ob.el @@ -869,26 +869,8 @@ Line 3\" test-line (forward-char 1) (org-ctrl-c-ctrl-c) - (should (re-search-forward "\\#\\+results:" nil t)) - (forward-line) - (should - (string= - "" - (buffer-substring-no-properties (point-at-bol) (point-at-eol)))))) - (org-test-with-temp-text-in-file " -#+begin_src emacs-lisp -\"some text\";; -#+end_src" - - (progn - (org-babel-next-src-block) - (org-ctrl-c-ctrl-c) - (should (re-search-forward "\\#\\+results:" nil t)) - (forward-line) - (should - (string= - ": some text" - (buffer-substring-no-properties (point-at-bol) (point-at-eol))))))) + (should (re-search-forward "=\"x\"=" nil t)) + (forward-line)))) (ert-deftest test-ob/commented-last-block-line-with-var () (org-test-with-temp-text-in-file "