Update copyright years again.
[org-mode.git] / testing / lisp / test-ob-table.el
blobe1fc31c544c7e726db02d4bb90d709d6bcda6fa2
1 ;;; test-ob-table.el
3 ;; Copyright (c) 2011-2014 Eric Schulte
4 ;; Authors: Eric Schulte
6 ;; This file is not part of GNU Emacs.
8 ;; This program is free software; you can redistribute it and/or modify
9 ;; it under the terms of the GNU General Public License as published by
10 ;; the Free Software Foundation, either version 3 of the License, or
11 ;; (at your option) any later version.
13 ;; This program is distributed in the hope that it will be useful,
14 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
15 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 ;; GNU General Public License for more details.
18 ;; You should have received a copy of the GNU General Public License
19 ;; along with this program. If not, see <http://www.gnu.org/licenses/>.
21 ;;; Comments:
23 ;; Template test file for Org-mode tests
25 ;;; Code:
27 ;; TODO Test Broken (wrong-type-argument number-or-marker-p "2.0")
28 ;; (ert-deftest test-ob-table/sbe ()
29 ;; "Test that `sbe' can be used to call code blocks from inside tables."
30 ;; (org-test-at-id "6d2ff4ce-4489-4e2a-9c65-e3f71f77d975"
31 ;; (should (= 2 (sbe take-sqrt (n "4"))))))
33 (provide 'test-ob-table)
35 ;;; test-ob-table.el ends here