Merge branch 'maint'
This commit is contained in:
commit
b06259357a
|
@ -33,7 +33,7 @@ should still return the link."
|
|||
#+END_SRC"
|
||||
;; Execute twice as the first time creates the cache.
|
||||
(org-babel-execute-src-block)
|
||||
(string= (concat default-directory "test.txt")
|
||||
(string= (expand-file-name "test.txt")
|
||||
(org-babel-execute-src-block))))))
|
||||
|
||||
(ert-deftest test-ob/multi-line-header-regexp ()
|
||||
|
|
Loading…
Reference in New Issue