test-ob-table.el 611 B

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