Manually revert to the Release 7.8.04 tag.
[org-mode.git] / testing / lisp / test-ob-table.el
blobd25c7a1e899f950582748c990ff4a0136484df2c
1 ;;; test-ob-table.el
3 ;; Copyright (c) 2011-2012 Eric Schulte
4 ;; Authors: Eric Schulte
6 ;; Released under the GNU General Public License version 3
7 ;; see: http://www.gnu.org/licenses/gpl-3.0.html
9 ;;;; Comments:
11 ;; Template test file for Org-mode tests
13 ;;; Code:
15 ;; TODO Test Broken (wrong-type-argument number-or-marker-p "2.0")
16 ;; (ert-deftest test-ob-table/sbe ()
17 ;; "Test that `sbe' can be used to call code blocks from inside tables."
18 ;; (org-test-at-id "6d2ff4ce-4489-4e2a-9c65-e3f71f77d975"
19 ;; (should (= 2 (sbe take-sqrt (n "4"))))))
21 (provide 'test-ob-table)
23 ;;; test-ob-table.el ends here