Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Goaziou committed Nov 20, 2016
2 parents e257da1 + 0bdf18b commit b062593
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testing/lisp/test-ob.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ should still return the link."
(should
(let ((default-directory temporary-file-directory))
(org-test-with-temp-text
"
"
* Test
#+<point>BEGIN_SRC emacs-lisp :file test.txt :cache yes
(message \"test\")
#+END_SRC"
;; Execute twice as the first time creates the cache.
(org-babel-execute-src-block)
(string= (concat default-directory "test.txt")
(org-babel-execute-src-block))))))
;; Execute twice as the first time creates the cache.
(org-babel-execute-src-block)
(string= (expand-file-name "test.txt")
(org-babel-execute-src-block))))))

(ert-deftest test-ob/multi-line-header-regexp ()
(should(equal "^[ \t]*#\\+headers?:[ \t]*\\([^\n]*\\)$"
Expand Down

0 comments on commit b062593

Please sign in to comment.