* testing/lisp/test-ob.el (test-ob/results-in-narrowed-buffer): Fix
  typo.
This commit is contained in:
Nicolas Goaziou 2016-02-19 23:54:09 +01:00
parent 801a66c4b5
commit 027681c352
1 changed files with 1 additions and 1 deletions

View File

@ -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."