소스 검색

Fix typo

* testing/lisp/test-ob.el (test-ob/results-in-narrowed-buffer): Fix
  typo.
Nicolas Goaziou 9 년 전
부모
커밋
027681c352
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/lisp/test-ob.el

+ 1 - 1
testing/lisp/test-ob.el

@@ -1188,7 +1188,7 @@ Paragraph"
       (org-babel-execute-src-block))
     (should-not (re-search-forward "^#\\+RESULTS:" nil t))
     (widen)
-    (should (should (re-search-forward "^: 3" nil t)))))
+    (should (re-search-forward "^: 3" nil t))))
 
 (ert-deftest test-ob/specific-colnames ()
   "Test passing specific column names."