diff options
| author | Tom Tromey | 2013-01-05 19:36:45 -0700 |
|---|---|---|
| committer | Tom Tromey | 2013-01-05 19:36:45 -0700 |
| commit | e078a23febca14bc919c5806670479c395e3253e (patch) | |
| tree | e9e4ed91feef744d525264c31974c3ed00146bcd /test | |
| parent | 63d535c829a930207b64fe733228f15a554644b1 (diff) | |
| parent | 7a2657fa3bedbd977f4e11fe030cb4a210c04ab4 (diff) | |
| download | emacs-e078a23febca14bc919c5806670479c395e3253e.tar.gz emacs-e078a23febca14bc919c5806670479c395e3253e.zip | |
merge from trunk
Diffstat (limited to 'test')
48 files changed, 78 insertions, 50 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index e7e7c755d02..43c783857f3 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-12-27 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el | ||
| 4 | (ruby-indent-after-block-in-continued-expression): New test. | ||
| 5 | |||
| 1 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> | 6 | 2012-12-14 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 7 | ||
| 3 | * automated/ruby-mode-tests.el | 8 | * automated/ruby-mode-tests.el |
| @@ -579,7 +584,7 @@ | |||
| 579 | ;; coding: utf-8 | 584 | ;; coding: utf-8 |
| 580 | ;; End: | 585 | ;; End: |
| 581 | 586 | ||
| 582 | Copyright (C) 2008-2012 Free Software Foundation, Inc. | 587 | Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 583 | 588 | ||
| 584 | This file is part of GNU Emacs. | 589 | This file is part of GNU Emacs. |
| 585 | 590 | ||
diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index 5f92e21d91a..1a4e3c9b1ea 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Maintenance productions for the automated test directory | 1 | # Maintenance productions for the automated test directory |
| 2 | # Copyright (C) 2010-2012 Free Software Foundation, Inc. | 2 | # Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
diff --git a/test/automated/advice-tests.el b/test/automated/advice-tests.el index 94f69e77e43..bc9135c92d0 100644 --- a/test/automated/advice-tests.el +++ b/test/automated/advice-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. | 1 | ;;; advice-tests.el --- Test suite for the new advice thingy. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/automated/bytecomp-tests.el b/test/automated/bytecomp-tests.el index b7ec79fd51c..96e4bed5fd0 100644 --- a/test/automated/bytecomp-tests.el +++ b/test/automated/bytecomp-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; bytecomp-testsuite.el | 1 | ;;; bytecomp-testsuite.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> | 5 | ;; Author: Shigeru Fukaya <shigeru.fukaya@gmail.com> |
| 6 | ;; Created: November 2008 | 6 | ;; Created: November 2008 |
diff --git a/test/automated/comint-testsuite.el b/test/automated/comint-testsuite.el index 7317c107d59..dd3ebb03d2a 100644 --- a/test/automated/comint-testsuite.el +++ b/test/automated/comint-testsuite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; comint-testsuite.el | 1 | ;;; comint-testsuite.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/automated/compile-tests.el b/test/automated/compile-tests.el index 9415ee3a17e..f976efe72de 100644 --- a/test/automated/compile-tests.el +++ b/test/automated/compile-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; compile-tests.el --- Test suite for font parsing. | 1 | ;;; compile-tests.el --- Test suite for font parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/ert-tests.el b/test/automated/ert-tests.el index 1aef1921871..0c3c3692c1d 100644 --- a/test/automated/ert-tests.el +++ b/test/automated/ert-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ert-tests.el --- ERT's self-tests -*- lexical-binding: t -*- | 1 | ;;; ert-tests.el --- ERT's self-tests -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2007-2008, 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2007-2008, 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Christian Ohler <ohler@gnu.org> | 5 | ;; Author: Christian Ohler <ohler@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/ert-x-tests.el b/test/automated/ert-x-tests.el index e03c8475442..dc67fe34833 100644 --- a/test/automated/ert-x-tests.el +++ b/test/automated/ert-x-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ert-x-tests.el --- Tests for ert-x.el | 1 | ;;; ert-x-tests.el --- Tests for ert-x.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008, 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Phil Hagelberg | 5 | ;; Author: Phil Hagelberg |
| 6 | ;; Christian Ohler <ohler@gnu.org> | 6 | ;; Christian Ohler <ohler@gnu.org> |
diff --git a/test/automated/f90.el b/test/automated/f90.el index 7f412568ae3..dd627605df6 100644 --- a/test/automated/f90.el +++ b/test/automated/f90.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; f90.el --- tests for progmodes/f90.el | 1 | ;;; f90.el --- tests for progmodes/f90.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glenn Morris <rgm@gnu.org> | 5 | ;; Author: Glenn Morris <rgm@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/files.el b/test/automated/files.el index b6011395bfd..8712d1f620e 100644 --- a/test/automated/files.el +++ b/test/automated/files.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; files.el --- tests for file handling. | 1 | ;;; files.el --- tests for file handling. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/test/automated/font-parse-tests.el b/test/automated/font-parse-tests.el index 6aeaee4adce..3a216a2b715 100644 --- a/test/automated/font-parse-tests.el +++ b/test/automated/font-parse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; font-parse-tests.el --- Test suite for font parsing. | 1 | ;;; font-parse-tests.el --- Test suite for font parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/gnus-tests.el b/test/automated/gnus-tests.el index 3b5340bcdd3..a27075b53f1 100644 --- a/test/automated/gnus-tests.el +++ b/test/automated/gnus-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; gnus-tests.el --- Wrapper for the Gnus tests | 1 | ;;; gnus-tests.el --- Wrapper for the Gnus tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | 6 | ||
diff --git a/test/automated/icalendar-tests.el b/test/automated/icalendar-tests.el index 58b8379bb11..bca462da4d9 100644 --- a/test/automated/icalendar-tests.el +++ b/test/automated/icalendar-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;; icalendar-tests.el --- Test suite for icalendar.el | 1 | ;; icalendar-tests.el --- Test suite for icalendar.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005, 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Created: March 2005 | 6 | ;; Created: March 2005 |
diff --git a/test/automated/inotify-test.el b/test/automated/inotify-test.el index edda7ef0418..175f262b282 100644 --- a/test/automated/inotify-test.el +++ b/test/automated/inotify-test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- | 1 | ;;; inotify-tests.el --- Test suite for inotify. -*- lexical-binding: t -*- |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> | 5 | ;; Author: Rüdiger Sonderfeld <ruediger@c-plusplus.de> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/automated/lexbind-tests.el b/test/automated/lexbind-tests.el index 22668bc7d02..0fed946182e 100644 --- a/test/automated/lexbind-tests.el +++ b/test/automated/lexbind-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; lexbind-tests.el --- Testing the lexbind byte-compiler | 1 | ;;; lexbind-tests.el --- Testing the lexbind byte-compiler |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> | 5 | ;; Author: Stefan Monnier <monnier@iro.umontreal.ca> |
| 6 | ;; Keywords: | 6 | ;; Keywords: |
diff --git a/test/automated/newsticker-tests.el b/test/automated/newsticker-tests.el index 5b60535e463..4fe656e6929 100644 --- a/test/automated/newsticker-tests.el +++ b/test/automated/newsticker-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; newsticker-testsuite.el --- Test suite for newsticker. | 1 | ;;; newsticker-testsuite.el --- Test suite for newsticker. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2003-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2003-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> | 5 | ;; Author: Ulf Jasper <ulf.jasper@web.de> |
| 6 | ;; Keywords: News, RSS, Atom | 6 | ;; Keywords: News, RSS, Atom |
diff --git a/test/automated/occur-tests.el b/test/automated/occur-tests.el index 5fe9722d4e7..7cc4df6bffa 100644 --- a/test/automated/occur-tests.el +++ b/test/automated/occur-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; occur-tests.el --- Test suite for occur. | 1 | ;;; occur-tests.el --- Test suite for occur. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2010-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Juri Linkov <juri@jurta.org> | 5 | ;; Author: Juri Linkov <juri@jurta.org> |
| 6 | ;; Keywords: matching, internal | 6 | ;; Keywords: matching, internal |
diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 1f0c0ab6f9e..4cc9c590c20 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ruby-mode-tests.el --- Test suite for ruby-mode | 1 | ;;; ruby-mode-tests.el --- Test suite for ruby-mode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -224,6 +224,19 @@ VALUES-PLIST is a list with alternating index and value elements." | |||
| 224 | | end | 224 | | end |
| 225 | |")) | 225 | |")) |
| 226 | 226 | ||
| 227 | (ert-deftest ruby-indent-after-block-in-continued-expression () | ||
| 228 | (ruby-should-indent-buffer | ||
| 229 | "var = | ||
| 230 | | begin | ||
| 231 | | val | ||
| 232 | | end | ||
| 233 | |statement" | ||
| 234 | "var = | ||
| 235 | |begin | ||
| 236 | |val | ||
| 237 | |end | ||
| 238 | |statement")) | ||
| 239 | |||
| 227 | (ert-deftest ruby-move-to-block-stops-at-indentation () | 240 | (ert-deftest ruby-move-to-block-stops-at-indentation () |
| 228 | (ruby-with-temp-buffer "def f\nend" | 241 | (ruby-with-temp-buffer "def f\nend" |
| 229 | (beginning-of-line) | 242 | (beginning-of-line) |
diff --git a/test/automated/url-future-tests.el b/test/automated/url-future-tests.el index d499da6dbe2..02ed3285479 100644 --- a/test/automated/url-future-tests.el +++ b/test/automated/url-future-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-future-tests.el --- Test suite for url-future. | 1 | ;;; url-future-tests.el --- Test suite for url-future. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: data | 6 | ;; Keywords: data |
diff --git a/test/automated/url-util-tests.el b/test/automated/url-util-tests.el index 65eb37ce926..3955b078dab 100644 --- a/test/automated/url-util-tests.el +++ b/test/automated/url-util-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; url-util-tests.el --- Test suite for url-util. | 1 | ;;; url-util-tests.el --- Test suite for url-util. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Teodor Zlatanov <tzz@lifelogs.com> |
| 6 | ;; Keywords: data | 6 | ;; Keywords: data |
diff --git a/test/automated/vc-bzr.el b/test/automated/vc-bzr.el index 94f8502b882..2776435be82 100644 --- a/test/automated/vc-bzr.el +++ b/test/automated/vc-bzr.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; vc-bzr.el --- tests for vc/vc-bzr.el | 1 | ;;; vc-bzr.el --- tests for vc/vc-bzr.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2011-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2011-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Glenn Morris <rgm@gnu.org> | 5 | ;; Author: Glenn Morris <rgm@gnu.org> |
| 6 | 6 | ||
diff --git a/test/automated/xml-parse-tests.el b/test/automated/xml-parse-tests.el index 35009ed36a2..874ae01affb 100644 --- a/test/automated/xml-parse-tests.el +++ b/test/automated/xml-parse-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; xml-parse-tests.el --- Test suite for XML parsing. | 1 | ;;; xml-parse-tests.el --- Test suite for XML parsing. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/cedet/cedet-utests.el b/test/cedet/cedet-utests.el index f5df51dc4c9..0a6fc63e6e8 100644 --- a/test/cedet/cedet-utests.el +++ b/test/cedet/cedet-utests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. | 1 | ;;; cedet-utests.el --- Run all unit tests in the CEDET suite. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/ede-tests.el b/test/cedet/ede-tests.el index f73e4bed63f..1aa8b403bc3 100644 --- a/test/cedet/ede-tests.el +++ b/test/cedet/ede-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; ede-tests.el --- Some tests for the Emacs Development Environment | 1 | ;;; ede-tests.el --- Some tests for the Emacs Development Environment |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-ia-utest.el b/test/cedet/semantic-ia-utest.el index c523e103669..9907dd9860e 100644 --- a/test/cedet/semantic-ia-utest.el +++ b/test/cedet/semantic-ia-utest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-ia-utest.el --- Analyzer unit tests | 1 | ;;; semantic-ia-utest.el --- Analyzer unit tests |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-tests.el b/test/cedet/semantic-tests.el index 22b959016c1..c8a4a4cc6ad 100644 --- a/test/cedet/semantic-tests.el +++ b/test/cedet/semantic-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest.el --- Miscellaneous Semantic tests. | 1 | ;;; semantic-utest.el --- Miscellaneous Semantic tests. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-utest-c.el b/test/cedet/semantic-utest-c.el index c500f543187..bd94f8536d7 100644 --- a/test/cedet/semantic-utest-c.el +++ b/test/cedet/semantic-utest-c.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest-c.el --- C based parsing tests. | 1 | ;;; semantic-utest-c.el --- C based parsing tests. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/semantic-utest.el b/test/cedet/semantic-utest.el index 728106d863c..adfa31dec4e 100644 --- a/test/cedet/semantic-utest.el +++ b/test/cedet/semantic-utest.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; semantic-utest.el --- Tests for semantic's parsing system. | 1 | ;;; semantic-utest.el --- Tests for semantic's parsing system. |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2003-2004, 2007-2012 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2003-2004, 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | 6 | ||
diff --git a/test/cedet/srecode-tests.el b/test/cedet/srecode-tests.el index d0239f627b3..7ab301898c1 100644 --- a/test/cedet/srecode-tests.el +++ b/test/cedet/srecode-tests.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; srecode-tests.el --- Some tests for CEDET's srecode | 1 | ;;; srecode-tests.el --- Some tests for CEDET's srecode |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.c b/test/cedet/tests/test.c index b2d9971ff4f..d3104ea8272 100644 --- a/test/cedet/tests/test.c +++ b/test/cedet/tests/test.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* test.c --- Semantic unit test for C. | 1 | /* test.c --- Semantic unit test for C. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2012 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.el b/test/cedet/tests/test.el index a07a9316f35..f67004aab3e 100644 --- a/test/cedet/tests/test.el +++ b/test/cedet/tests/test.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; test.el --- Unit test file for Semantic Emacs Lisp support. | 1 | ;;; test.el --- Unit test file for Semantic Emacs Lisp support. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2005-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2005-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | ;; Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/test.make b/test/cedet/tests/test.make index cc9d450c1e0..57b58b58599 100644 --- a/test/cedet/tests/test.make +++ b/test/cedet/tests/test.make | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # test.make --- Semantic unit test for Make -*- makefile -*- | 1 | # test.make --- Semantic unit test for Make -*- makefile -*- |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2002, 2010-2012 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001-2002, 2010-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | # Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testdoublens.cpp b/test/cedet/tests/testdoublens.cpp index 72a7e10dc5a..e398f1c8261 100644 --- a/test/cedet/tests/testdoublens.cpp +++ b/test/cedet/tests/testdoublens.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testdoublens.cpp --- semantic-ia-utest completion engine unit tests | 1 | // testdoublens.cpp --- semantic-ia-utest completion engine unit tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testdoublens.hpp b/test/cedet/tests/testdoublens.hpp index 69475ee3c19..5dbe12cdf4b 100644 --- a/test/cedet/tests/testdoublens.hpp +++ b/test/cedet/tests/testdoublens.hpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testdoublens.hpp --- Header file used in one of the Semantic tests | 1 | // testdoublens.hpp --- Header file used in one of the Semantic tests |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testjavacomp.java b/test/cedet/tests/testjavacomp.java index 54b9f4aa004..f716c9ad2d3 100644 --- a/test/cedet/tests/testjavacomp.java +++ b/test/cedet/tests/testjavacomp.java | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testjavacomp.java --- Semantic unit test for Java | 1 | // testjavacomp.java --- Semantic unit test for Java |
| 2 | 2 | ||
| 3 | // Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testpolymorph.cpp b/test/cedet/tests/testpolymorph.cpp index 2108da14e56..f21b3ef57f7 100644 --- a/test/cedet/tests/testpolymorph.cpp +++ b/test/cedet/tests/testpolymorph.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /** testpolymorph.cpp --- A sequence of polymorphism examples. | 1 | /** testpolymorph.cpp --- A sequence of polymorphism examples. |
| 2 | * | 2 | * |
| 3 | * Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | * Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | * | 4 | * |
| 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | * Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | * | 6 | * |
diff --git a/test/cedet/tests/testspp.c b/test/cedet/tests/testspp.c index 1fbabd62d14..f63dec0c407 100644 --- a/test/cedet/tests/testspp.c +++ b/test/cedet/tests/testspp.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* testspp.cpp --- Semantic unit test for the C preprocessor | 1 | /* testspp.cpp --- Semantic unit test for the C preprocessor |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testsppreplace.c b/test/cedet/tests/testsppreplace.c index 36b4cb5fa57..629128c8d8f 100644 --- a/test/cedet/tests/testsppreplace.c +++ b/test/cedet/tests/testsppreplace.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* testsppreplace.c --- unit test for CPP/SPP Replacement | 1 | /* testsppreplace.c --- unit test for CPP/SPP Replacement |
| 2 | Copyright (C) 2007-2012 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <eric@siege-engine.com> | 4 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 5 | 5 | ||
diff --git a/test/cedet/tests/testsppreplaced.c b/test/cedet/tests/testsppreplaced.c index 19e3b7ec869..3c2b1a04f5b 100644 --- a/test/cedet/tests/testsppreplaced.c +++ b/test/cedet/tests/testsppreplaced.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* testsppreplaced.c --- unit test for CPP/SPP Replacement | 1 | /* testsppreplaced.c --- unit test for CPP/SPP Replacement |
| 2 | Copyright (C) 2007-2012 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | Author: Eric M. Ludlam <eric@siege-engine.com> | 4 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 5 | 5 | ||
diff --git a/test/cedet/tests/testsubclass.cpp b/test/cedet/tests/testsubclass.cpp index 3fb61053a41..a3b4ec4db2a 100644 --- a/test/cedet/tests/testsubclass.cpp +++ b/test/cedet/tests/testsubclass.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance | 1 | // testsubclass.cpp --- unit test for analyzer and complex C++ inheritance |
| 2 | 2 | ||
| 3 | // Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testsubclass.hh b/test/cedet/tests/testsubclass.hh index dee470b899f..125e801b69d 100644 --- a/test/cedet/tests/testsubclass.hh +++ b/test/cedet/tests/testsubclass.hh | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testsubclass.hh --- unit test for analyzer and complex C++ inheritance | 1 | // testsubclass.hh --- unit test for analyzer and complex C++ inheritance |
| 2 | 2 | ||
| 3 | // Copyright (C) 2007-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2007-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testtypedefs.cpp b/test/cedet/tests/testtypedefs.cpp index f3666bea316..ce59b6de0df 100644 --- a/test/cedet/tests/testtypedefs.cpp +++ b/test/cedet/tests/testtypedefs.cpp | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | // testtypedefs.cpp --- Sample with some fake bits out of std::string | 1 | // testtypedefs.cpp --- Sample with some fake bits out of std::string |
| 2 | 2 | ||
| 3 | // Copyright (C) 2008-2012 Free Software Foundation, Inc. | 3 | // Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> | 5 | // Author: Eric M. Ludlam <eric@siege-engine.com> |
| 6 | 6 | ||
diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c index 5cade2f0bd8..a252b9d9925 100644 --- a/test/cedet/tests/testvarnames.c +++ b/test/cedet/tests/testvarnames.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* testvarnames.cpp | 1 | /* testvarnames.cpp |
| 2 | Test variable and function names, lists of variables on one line, etc. | 2 | Test variable and function names, lists of variables on one line, etc. |
| 3 | 3 | ||
| 4 | Copyright (C) 2008-2012 Free Software Foundation, Inc. | 4 | Copyright (C) 2008-2013 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | Author: Eric M. Ludlam <eric@siege-engine.com> | 6 | Author: Eric M. Ludlam <eric@siege-engine.com> |
| 7 | 7 | ||
diff --git a/test/eshell.el b/test/eshell.el index 4d6480c81bb..7baeb58a56a 100644 --- a/test/eshell.el +++ b/test/eshell.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; esh-test.el --- Eshell test suite | 1 | ;;; esh-test.el --- Eshell test suite |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1999-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1999-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: John Wiegley <johnw@gnu.org> | 5 | ;; Author: John Wiegley <johnw@gnu.org> |
| 6 | 6 | ||
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas index 07a21f23c3c..4dc8f795dfc 100644 --- a/test/indent/pascal.pas +++ b/test/indent/pascal.pas | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | { GPC demo program for the CRT unit. | 1 | { GPC demo program for the CRT unit. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999-2006 Free Software Foundation, Inc. | 3 | Copyright (C) 1999-2006, 2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | Author: Frank Heckenbach <frank@pascal.gnu.de> | 5 | Author: Frank Heckenbach <frank@pascal.gnu.de> |
| 6 | 6 | ||
| @@ -14,9 +14,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
| 14 | General Public License for more details. | 14 | General Public License for more details. |
| 15 | 15 | ||
| 16 | You should have received a copy of the GNU General Public License | 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program; see the file COPYING. If not, write to | 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | ||
| 19 | Boston, MA 02111-1307, USA. | ||
| 20 | 18 | ||
| 21 | As a special exception, if you incorporate even large parts of the | 19 | As a special exception, if you incorporate even large parts of the |
| 22 | code of this demo program into another program with substantially | 20 | code of this demo program into another program with substantially |
diff --git a/test/indent/shell.sh b/test/indent/shell.sh index 6f3447c3aa9..790656501d1 100755 --- a/test/indent/shell.sh +++ b/test/indent/shell.sh | |||
| @@ -5,6 +5,18 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running | |||
| 5 | 5 | ||
| 6 | # adsgsdg | 6 | # adsgsdg |
| 7 | 7 | ||
| 8 | case $X in | ||
| 9 | foo) | ||
| 10 | do_something | ||
| 11 | ;; | ||
| 12 | arg=*) # bug#12953 | ||
| 13 | do_something_else_based_on_arg | ||
| 14 | ;; | ||
| 15 | *) | ||
| 16 | default | ||
| 17 | ;; | ||
| 18 | esac | ||
| 19 | |||
| 8 | echo -n $(( 5 << 2 )) | 20 | echo -n $(( 5 << 2 )) |
| 9 | # This should not be treated as a heredoc (bug#12770). | 21 | # This should not be treated as a heredoc (bug#12770). |
| 10 | 2 | 22 | 2 |
diff --git a/test/redisplay-testsuite.el b/test/redisplay-testsuite.el index 39f81a13c60..a710bc87a39 100644 --- a/test/redisplay-testsuite.el +++ b/test/redisplay-testsuite.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; redisplay-testsuite.el --- Test suite for redisplay. | 1 | ;;; redisplay-testsuite.el --- Test suite for redisplay. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2009-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2009-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> | 5 | ;; Author: Chong Yidong <cyd@stupidchicken.com> |
| 6 | ;; Keywords: internal | 6 | ;; Keywords: internal |
diff --git a/test/rmailmm.el b/test/rmailmm.el index 6844eb8187b..8f33b1d11f9 100644 --- a/test/rmailmm.el +++ b/test/rmailmm.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; rmailmm.el --- tests for mail/rmailmm.el | 1 | ;;; rmailmm.el --- tests for mail/rmailmm.el |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2006-2012 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2006-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; This file is part of GNU Emacs. | 5 | ;; This file is part of GNU Emacs. |
| 6 | 6 | ||