Merge branch 'maint'

This commit is contained in:
Achim Gratz 2014-09-20 21:55:09 +02:00
commit 7070545599
1 changed files with 3 additions and 3 deletions

View File

@ -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,8 +361,9 @@ be evaluated."
#+END_SRC
"
(let* ((ascii (org-export-as 'ascii)))
(should (string-match (regexp-quote (format nil "%S" '(:foo :bar)))
ascii)))))
(should (string-match
(regexp-quote " :foo :bar \n")
ascii)))))
(ert-deftest ob-export/export-with-results-before-block ()
"Test export when results are inserted before source block."