2012-12-13 11:24:19 -05:00
|
|
|
|
;;; test-ob-lob.el --- test for ob-lob.el
|
2010-10-15 20:42:26 -04:00
|
|
|
|
|
2012-03-19 16:38:12 -04:00
|
|
|
|
;; Copyright (c) 2010-2012 Eric Schulte
|
2010-10-15 20:42:26 -04:00
|
|
|
|
;; Authors: Eric Schulte
|
|
|
|
|
|
2012-12-13 11:24:19 -05:00
|
|
|
|
;; This file is not part of GNU Emacs.
|
2010-10-15 20:42:26 -04:00
|
|
|
|
|
2012-12-13 11:24:19 -05:00
|
|
|
|
;; This program is free software; you can redistribute it and/or modify
|
|
|
|
|
;; it under the terms of the GNU General Public License as published by
|
|
|
|
|
;; the Free Software Foundation, either version 3 of the License, or
|
|
|
|
|
;; (at your option) any later version.
|
|
|
|
|
|
|
|
|
|
;; This program is distributed in the hope that it will be useful,
|
|
|
|
|
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
;; GNU General Public License for more details.
|
|
|
|
|
|
|
|
|
|
;; You should have received a copy of the GNU General Public License
|
|
|
|
|
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
|
2010-10-15 20:42:26 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
;;; Tests
|
2011-09-06 13:11:12 -04:00
|
|
|
|
(org-babel-lob-ingest
|
|
|
|
|
(expand-file-name
|
|
|
|
|
"library-of-babel.org"
|
|
|
|
|
(expand-file-name
|
|
|
|
|
"babel"
|
|
|
|
|
(expand-file-name
|
|
|
|
|
"contrib"
|
|
|
|
|
(expand-file-name
|
|
|
|
|
".."
|
|
|
|
|
(expand-file-name
|
|
|
|
|
".."
|
|
|
|
|
(file-name-directory
|
|
|
|
|
(or load-file-name buffer-file-name))))))))
|
|
|
|
|
|
2010-10-15 20:42:26 -04:00
|
|
|
|
(ert-deftest test-ob-lob/ingest ()
|
|
|
|
|
"Test the ingestion of an org-mode file."
|
|
|
|
|
(should (< 0 (org-babel-lob-ingest
|
|
|
|
|
(expand-file-name "babel.org" org-test-example-dir)))))
|
|
|
|
|
|
2010-10-16 12:02:57 -04:00
|
|
|
|
(ert-deftest test-ob-lob/call-with-header-arguments ()
|
|
|
|
|
"Test the evaluation of a library of babel #+call: line."
|
2010-11-23 11:39:26 -05:00
|
|
|
|
(org-test-at-id "fab7e291-fde6-45fc-bf6e-a485b8bca2f0"
|
2010-10-16 12:02:57 -04:00
|
|
|
|
(move-beginning-of-line 1)
|
2010-11-23 11:39:26 -05:00
|
|
|
|
(forward-line 6)
|
|
|
|
|
(message (buffer-substring (point-at-bol) (point-at-eol)))
|
2010-10-16 12:02:57 -04:00
|
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info))))
|
|
|
|
|
(forward-line 1)
|
|
|
|
|
(should (string= "testing" (caar (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info)))))
|
|
|
|
|
(forward-line 1)
|
|
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info))))
|
2010-10-21 09:53:33 -04:00
|
|
|
|
(forward-line 1)
|
2011-06-25 17:41:13 -04:00
|
|
|
|
(should (string= "testing" (caar (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info)))))
|
|
|
|
|
(forward-line 1)
|
|
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info))))
|
|
|
|
|
(forward-line 1)
|
2010-10-21 09:53:33 -04:00
|
|
|
|
(should (string= "testing" (caar (org-babel-lob-execute
|
2011-06-25 18:06:46 -04:00
|
|
|
|
(org-babel-lob-get-info)))))
|
|
|
|
|
(forward-line 1) (beginning-of-line) (forward-char 27)
|
|
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
|
|
|
|
(org-babel-lob-get-info))))
|
|
|
|
|
(forward-line 1) (beginning-of-line) (forward-char 27)
|
|
|
|
|
(should (string= "testing" (caar (org-babel-lob-execute
|
2011-06-25 18:21:02 -04:00
|
|
|
|
(org-babel-lob-get-info)))))
|
|
|
|
|
(forward-line 1) (beginning-of-line)
|
2011-06-25 20:46:57 -04:00
|
|
|
|
(should (= 4 (org-babel-lob-execute (org-babel-lob-get-info))))
|
|
|
|
|
(forward-line 1)
|
|
|
|
|
(should (string= "testing" (org-babel-lob-execute
|
2011-06-28 13:21:12 -04:00
|
|
|
|
(org-babel-lob-get-info))))
|
|
|
|
|
(forward-line 1)
|
|
|
|
|
(should (string= "123" (org-babel-lob-execute (org-babel-lob-get-info))))))
|
2010-10-16 12:02:57 -04:00
|
|
|
|
|
2011-06-27 14:34:00 -04:00
|
|
|
|
(ert-deftest test-ob-lob/export-lob-lines ()
|
|
|
|
|
"Test the export of a variety of library babel call lines."
|
|
|
|
|
(org-test-at-id "72ddeed3-2d17-4c7f-8192-a575d535d3fc"
|
|
|
|
|
(org-narrow-to-subtree)
|
|
|
|
|
(let ((html (org-export-as-html nil nil nil 'string 'body-only)))
|
|
|
|
|
;; check the location of each exported number
|
|
|
|
|
(with-temp-buffer
|
|
|
|
|
(insert html) (goto-char (point-min))
|
|
|
|
|
;; 0 should be on a line by itself
|
|
|
|
|
(should (re-search-forward "0" nil t))
|
|
|
|
|
(should (string= "0" (buffer-substring (point-at-bol) (point-at-eol))))
|
|
|
|
|
;; 2 should be in <code> tags
|
|
|
|
|
(should (re-search-forward "2" nil t))
|
|
|
|
|
(should (re-search-forward (regexp-quote "</code>") (point-at-eol) t))
|
|
|
|
|
(should (re-search-backward (regexp-quote "<code>") (point-at-bol) t))
|
|
|
|
|
;; 4 should not be exported
|
|
|
|
|
(should (not (re-search-forward "4" nil t)))
|
|
|
|
|
;; 6 should also be inline
|
|
|
|
|
(should (re-search-forward "6" nil t))
|
|
|
|
|
(should (re-search-forward (regexp-quote "</code>") (point-at-eol) t))
|
2011-06-28 13:03:27 -04:00
|
|
|
|
(should (re-search-backward (regexp-quote "<code>") (point-at-bol) t))
|
|
|
|
|
;; 8 should not be quoted
|
|
|
|
|
(should (re-search-forward "8" nil t))
|
|
|
|
|
(should (not (= ?= (char-after (point)))))
|
2011-06-28 13:14:58 -04:00
|
|
|
|
(should (not (= ?= (char-before (- (point) 1)))))
|
|
|
|
|
;; 10 should export
|
|
|
|
|
(should (re-search-forward "10" nil t))))))
|
2011-06-27 14:34:00 -04:00
|
|
|
|
|
2011-11-18 13:30:50 -05:00
|
|
|
|
(ert-deftest test-ob-lob/do-not-eval-lob-lines-in-example-blocks-on-export ()
|
|
|
|
|
(org-test-with-temp-text-in-file "
|
|
|
|
|
for export
|
|
|
|
|
#+begin_example
|
|
|
|
|
#+call: rubbish()
|
|
|
|
|
#+end_example"
|
|
|
|
|
(org-export-as-html nil)))
|
|
|
|
|
|
2010-10-15 20:42:26 -04:00
|
|
|
|
(provide 'test-ob-lob)
|
|
|
|
|
|
|
|
|
|
;;; test-ob-lob.el ends here
|