Merge branch 'maint'
This commit is contained in:
commit
7070545599
|
@ -342,7 +342,6 @@ be evaluated."
|
|||
result)))))
|
||||
|
||||
(ert-deftest ob-exp/export-from-a-temp-buffer ()
|
||||
:expected-result :failed
|
||||
(org-test-with-temp-text
|
||||
"
|
||||
#+Title: exporting from a temporary buffer
|
||||
|
@ -362,7 +361,8 @@ be evaluated."
|
|||
#+END_SRC
|
||||
"
|
||||
(let* ((ascii (org-export-as 'ascii)))
|
||||
(should (string-match (regexp-quote (format nil "%S" '(:foo :bar)))
|
||||
(should (string-match
|
||||
(regexp-quote " :foo :bar \n")
|
||||
ascii)))))
|
||||
|
||||
(ert-deftest ob-export/export-with-results-before-block ()
|
||||
|
|
Loading…
Reference in New Issue