소스 검색

fixed test case broken by merge

Eric Schulte 13 년 전
부모
커밋
deb6e7a61e
1개의 변경된 파일2개의 추가작업 그리고 20개의 파일을 삭제
  1. 2 20
      testing/lisp/test-ob.el

+ 2 - 20
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 "