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