Skip to content

Commit

Permalink
* latex-test.el: Add proper copyright header.
Browse files Browse the repository at this point in the history
Signed-off-by: Mosè Giordano <mose@gnu.org>
  • Loading branch information
monnier authored and giordano committed Nov 29, 2014
1 parent ecdb72b commit 8b93c8f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions tests/latex/latex-test.el
@@ -1,3 +1,29 @@
;;; latex-test.el --- tests for LaTeX mode?

;; Copyright (C) 2014 Free Software Foundation, Inc.

;; This file is part of AUCTeX.

;; AUCTeX 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, or (at your option)
;; any later version.

;; AUCTeX 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 AUCTeX; see the file COPYING. If not, write to the Free
;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
;; 02110-1301, USA.

;;; Code:

(require 'ert)


(defvar LaTeX-indent-tabular-test/in (expand-file-name "tabular-in.tex"))
(defvar LaTeX-indent-tabular-test/out (expand-file-name "tabular-out.tex"))

Expand All @@ -11,3 +37,5 @@
(with-temp-buffer
(insert-file-contents LaTeX-indent-tabular-test/out)
(buffer-string)))))

;;; latex-test.el ends here

0 comments on commit 8b93c8f

Please sign in to comment.