From 027681c3526e2ee59e092a6bb89a3306a0237699 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 19 Feb 2016 23:54:09 +0100 Subject: [PATCH] Fix typo * testing/lisp/test-ob.el (test-ob/results-in-narrowed-buffer): Fix typo. --- testing/lisp/test-ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-ob.el b/testing/lisp/test-ob.el index c20426819..e686ae675 100644 --- a/testing/lisp/test-ob.el +++ b/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."