Merge calc news from lisp/calc/README into etc/NEWS files
[emacs.git] / test / ChangeLog
blob7e893ba676837745a1cd56802958c45481f36ab0
1 2013-01-27  Dmitry Gutov  <dgutov@yandex.ru>
3         * automated/ruby-mode-tests.el
4         (ruby-indent-spread-args-in-parens): New test.
5         * automated/ruby-mode-tests.el (ruby-block-test-example):
6         Break indentation of the do block opener and add a line inside it.
7         * automated/ruby-mode-tests.el (works-on-do, ok-with-three):
8         Adjust line numbers.
10 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12         * automated/advice-tests.el: Split up.  Add advice-test-preactivate.
14 2013-01-14  Glenn Morris  <rgm@gnu.org>
16         * automated/compile-tests.el (compile-tests--test-regexps-data):
17         Fix interpretation of gnu line.col1-col2 format.  (Bug#13335)
19 2013-01-10  Wolfgang Jenkner  <wjenkner@inode.at>
21         * automated/man-tests.el: New file.
23 2013-01-09  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
25         * automated/undo-tests.el (undo-test0): Adjust error to code change.
27 2013-01-08  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
29         * automated/undo-tests.el: New file.
31 2012-12-27  Dmitry Gutov  <dgutov@yandex.ru>
33         * automated/ruby-mode-tests.el
34         (ruby-indent-after-block-in-continued-expression): New test.
36 2012-12-14  Dmitry Gutov  <dgutov@yandex.ru>
38         * automated/ruby-mode-tests.el
39         Rename one interpolation test; add three more.
40         (ruby-with-temp-buffer): New macro, use it where appropriate.
41         (ruby-add-log-current-method-examples): Use "_" for target point.
42         Add four new tests for ruby-add-log-current-method.
44 2012-12-11  Glenn Morris  <rgm@gnu.org>
46         * automated/f90.el (f90-test-bug13138): New test.
48 2012-12-10  RĂ¼diger Sonderfeld  <ruediger@c-plusplus.de>
50         * automated/inotify-test.el: New test.
52 2012-12-02  Chong Yidong  <cyd@gnu.org>
54         * automated/ruby-mode-tests.el
55         (ruby-add-log-current-method-examples): Don't use loop macro, to
56         allow automated testing to work.
58 2012-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
60         * automated/advice-tests.el (advice-tests--data): Remove.
61         (advice-tests): Move the tests directly here instead.
62         Add called-interactively-p tests.
64 2012-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
66         * automated/ert-x-tests.el: Use cl-lib.
67         * automated/ert-tests.el: Use lexical-binding and cl-lib.
69 2012-11-14  Dmitry Gutov  <dgutov@yandex.ru>
71         * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
72         (ruby-indent-inside-heredoc-after-operator)
73         (ruby-indent-inside-heredoc-after-space): New tests.
74         Change direct font-lock face references to var references.
75         (ruby-interpolation-suppresses-syntax-inside): New test.
76         (ruby-interpolation-inside-percent-literal-with-paren):
77         New failing test.
79 2012-11-13  Dmitry Gutov  <dgutov@yandex.ru>
81         * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
82         (ruby-singleton-class-no-heredoc-font-lock)
83         (ruby-add-log-current-method-examples): New tests.
84         (ruby-test-string): Extract from ruby-should-indent-buffer.
85         (ruby-deftest-move-to-block): New macro.
86         Add several move-to-block tests.
88 2012-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
90         * automated/advice-tests.el: New tests.
92 2012-10-14  Eli Zaretskii  <eliz@gnu.org>
94         * automated/compile-tests.el (compile-tests--test-regexps-data):
95         Add new data for msft's new format.
97 2012-09-08  Dmitry Gutov  <dgutov@yandex.ru>
99         * automated/ruby-mode-tests.el:
100         (ruby-toggle-block-to-multiline): New test.
101         (ruby-should-indent-buffer, ruby-toggle-block-to-do-end)
102         (ruby-toggle-block-to-brace): Use buffer-string.
104 2012-09-07  Dmitry Gutov  <dgutov@yandex.ru>
106         * automated/ruby-mode-tests.el: New tests (Bug#11613).
108 2012-08-28  Chong Yidong  <cyd@gnu.org>
110         * automated/files.el: Test every combination of values for
111         enable-local-variables and enable-local-eval.
113 2012-08-19  Chong Yidong  <cyd@gnu.org>
115         * redisplay-testsuite.el (test-redisplay): Use switch-to-buffer.
117 2012-08-18  Chong Yidong  <cyd@gnu.org>
119         * redisplay-testsuite.el (test-redisplay-4): New test (Bug#3874).
121 2012-08-14  Dmitry Gutov  <dgutov@yandex.ru>
123         * indent/ruby.rb: Rearrange examples, add new ones.
125 2012-08-12  Dmitry Gutov  <dgutov@yandex.ru>
127         * automated/ruby-mode-tests.el (ruby-move-to-block-stops-at-opening)
128         (ruby-toggle-block-to-do-end, ruby-toggle-block-to-brace): New test.
130 2012-08-11  Glenn Morris  <rgm@gnu.org>
132         * automated/files.el: New file.
134         * automated/Makefile.in (all): Fix typo.
136 2012-08-10  Dmitry Gutov  <dgutov@yandex.ru>
138         * automated/ruby-mode-tests.el (ruby-should-indent):
139         Add docstring, check (current-indentation) instead of (current-column).
140         (ruby-should-indent-buffer): New function.
141         Add tests for `ruby-deep-indent-paren' behavior.
142         Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
144 2012-08-10  Nobuyoshi Nakada  <nobu@ruby-lang.org>
146         Original tests in test_ruby_mode.rb in upstream (author).
148 2012-08-09  Dmitry Gutov  <dgutov@yandex.ru>
150         * automated/ruby-mode-tests.el (ruby-should-indent)
151         (ruby-assert-state): New functions.
152         Add new tests.
154 2012-07-29  David Engster  <deng@randomsample.de>
156         * automated/xml-parse-tests.el (xml-parse-tests--qnames):
157         New variable to hold test data for name expansion.
158         (xml-parse-tests): Test the two different types of name expansion.
160 2012-07-29  Juri Linkov  <juri@jurta.org>
162         * automated/occur-tests.el (occur-test-case): Use predefined
163         buffer name " *test-occur*" instead of a random buffer name.
165 2012-07-20  Dmitry Gutov  <dgutov@yandex.ru>
167         * automated/ruby-mode-tests.el: New file with one test.
169 2012-07-17  Stefan Monnier  <monnier@iro.umontreal.ca>
171         * indent/shell.sh: Add test case for ${#VAR}.
173         * indent/latex-mode.tex: New file.
175 2012-07-11  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * eshell.el: Use cl-lib.
179 2012-07-03  Chong Yidong  <cyd@gnu.org>
181         * automated/xml-parse-tests.el (xml-parse-tests--bad-data): New.
183 2012-07-02  Chong Yidong  <cyd@gnu.org>
185         * automated/xml-parse-tests.el (xml-parse-tests--data):
186         More testcases.
188 2012-07-01  Chong Yidong  <cyd@gnu.org>
190         * automated/xml-parse-tests.el: New file.
192 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
194         * automated/ert-x-tests.el (ert-test-run-tests-interactively-2):
195         Use cl-flet.
197 2012-06-08  Ulf Jasper  <ulf.jasper@web.de>
199         * automated/icalendar-tests.el (icalendar--parse-vtimezone):
200         Test escaped commas in TZID (Bug#11473).
201         (icalendar-import-with-timezone): New.
202         (icalendar-real-world): Add new testcase as given in the bugreport
203         of Bug#11473.
205 2012-05-29  Ulf Jasper  <ulf.jasper@web.de>
207         * automated/icalendar-tests.el (icalendar-tests--test-import):
208         Include UID in import tests (Bug#11525).
209         (icalendar-import-non-recurring, icalendar-import-rrule)
210         (icalendar-import-duration, icalendar-import-bug-6766): Adjust to
211         UID-import change.
212         (icalendar-import-with-uid): New.
213         (icalendar-tests--test-cycle, icalendar-tests--do-test-cycle):
214         Include UID in cycle tests.
215         (icalendar-cycle, icalendar-real-world): UID-import change.
217 2012-05-21  Glenn Morris  <rgm@gnu.org>
219         * automated/Makefile.in (setwins): Scrap superfluous subshell.
221 2012-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
223         * automated/url-util-tests.el: New file to test
224         lisp/url/url-util.el.  Only `url-build-query-string' and
225         `url-parse-query-string' are tested right now (Bug#8706).
227 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
229         * indent/shell.sh:
230         * indent/shell.rc: Ad some test cases.
232 2012-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
234         * indent/ruby.rb: New file, to test new syntax-propertize code.
236 2012-04-11  Glenn Morris  <rgm@gnu.org>
238         * automated/vc-bzr.el (vc-bzr-test-faulty-bzr-autoloads): New test.
240 2012-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
242         * automated/url-future-tests.el (url-future-tests): Move from
243         lisp/url/url-future.el and rename.
245 2012-01-29  Ulf Jasper  <ulf.jasper@web.de>
247         * automated/icalendar-tests.el (icalendar-import-non-recurring):
248         Fix broken test, caused by missing trailing blank.
250 2011-12-03  Chong Yidong  <cyd@gnu.org>
252         * automated/compile-tests.el (compile-tests--test-regexps-data):
253         Increase column numbers by one to reflect change in how
254         compilation-message is recorded (Bug#10172).
256 2011-11-22  Glenn Morris  <rgm@gnu.org>
258         * rmailmm.el: New file, split from lisp/mail/rmailmm.el.
260 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
262         * cedet/semantic-utest-c.el (semantic-utest-c-comparisons): Fix typo.
264 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
266         * automated/icalendar-tests.el (icalendar-tests--get-ical-event)
267         (icalendar-tests--test-export, icalendar-tests--do-test-export):
268         * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
270 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
272         * automated/newsticker-tests.el
273         (newsticker--group-manage-orphan-feeds): Remove fsetting of
274         newsticker--treeview-tree-update.
276 2011-10-29  Ulf Jasper  <ulf.jasper@web.de>
278         * automated/newsticker-tests.el
279         (newsticker--group-manage-orphan-feeds): Use fset instead of flet.
281         * trunk/test/automated/newsticker-tests.el
282         (newsticker--group-manage-orphan-feeds): Prevent updating
283         newsticker treeview. Fixed bug#9763.
285 2011-10-20  Glenn Morris  <rgm@gnu.org>
287         * automated/vc-bzr.el (vc-bzr-test-bug9781): New test.
289         * automated/vc-bzr.el: New file.
291 2011-10-15  Glenn Morris  <rgm@gnu.org>
293         * automated/f90.el: New file.
295 2011-09-27  Ulf Jasper  <ulf.jasper@web.de>
297         * automated/newsticker-tests.el: Move newsticker-testsuite.el
298         to automated/newsticker-tests.el. Convert to ERT.
300 2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
302         * automated/icalendar-tests.el (icalendar-tests--compare-strings):
303         Removed, simply use string=.
304         (icalendar--diarytime-to-isotime)
305         (icalendar--datetime-to-diary-date)
306         (icalendar--datestring-to-isodate)
307         (icalendar--format-ical-event)
308         (icalendar--parse-summary-and-rest)
309         (icalendar-tests--do-test-import)
310         (icalendar-tests--do-test-cycle): Change argument order of
311         string= to EXPECTED ACTUAL.
312         (icalendar--import-format-sample)
313         (icalendar--format-ical-event)
314         (icalendar-import-non-recurring)
315         (icalendar-import-rrule)
316         (icalendar-import-duration)
317         (icalendar-import-bug-6766)
318         (icalendar-real-world): Adjust to string= instead of
319         icalendar-tests--compare-strings.
320         (icalendar-import-multiple-vcalendars): New.
322 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
324         * automated/gnus-tests.el: Add wrapper for Gnus tests.
325         Require CL.
327 2011-05-09  Juri Linkov  <juri@jurta.org>
329         * automated/occur-tests.el: Move from test/occur-testsuite.el.
330         Convert to ERT.
332 2011-05-09  Chong Yidong  <cyd@stupidchicken.com>
334         * automated/compile-tests.el: New file.
336 2011-05-08  Chong Yidong  <cyd@stupidchicken.com>
338         * automated/font-parse-tests.el: Don't byte-compile.
340         * automated/comint-testsuite.el: Move from test/.  Convert to ERT.
342 2011-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
344         * automated/lexbind-tests.el: New file.
346 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
348         * Version 23.3 released.
350 2011-03-05  Glenn Morris  <rgm@gnu.org>
352         * eshell.el: Move here from lisp/eshell/esh-test.el.
354 2011-03-03  Christian Ohler  <ohler@gnu.org>
356         * automated/ert-tests.el (ert-test-explain-not-equal-keymaps):
357         New test.
359 2011-02-20  Ulf Jasper  <ulf.jasper@web.de>
361         * automated/icalendar-tests.el: Move from icalendar-testsuite.el;
362         convert to ERT format.
364 2011-02-14  Chong Yidong  <cyd@stupidchicken.com>
366         * automated/bytecomp-tests.el: Move from bytecomp-testsuite.el;
367         convert to ERT format.
369 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
371         * indent/shell.sh:
372         * indent/shell.rc: New files.
374 2011-01-27  Chong Yidong  <cyd@stupidchicken.com>
376         * automated/font-parse-tests.el: Move from
377         font-parse-testsuite.el.
379 2011-01-26  Chong Yidong  <cyd@stupidchicken.com>
381         * font-parse-testsuite.el (test-font-parse-data): New file.
383 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * indent/prolog.prolog: Add tokenizing tests.
387 2011-01-13  Christian Ohler  <ohler@gnu.org>
389         * automated: New directory for automated tests.
391         * automated/ert-tests.el, automated/ert-x-tests.el: New files.
393         * automated/Makefile.in: New file.
395 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * indent/modula2.mod: New file.
399 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
401         * indent/octave.m: Add a test to ensure indentation is local.
403 2010-10-23  Glenn Morris  <rgm@gnu.org>
405         * comint-testsuite.el
406         (comint-testsuite--test-comint-password-prompt-regexp):
407         Add "Please enter the password".  (Bug#7224)
409 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * indent/prolog.prolog: Use normal spacing around !.
413 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
415         * indent/octave.m: Remove one more `fixindent'.  Use `end'.
417 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
419         * indent/octave.m: Remove some `fixindent' not needed any more.
421 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
423         * indent/octave.m: New file.
425 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
427         * icalendar-testsuite.el (icalendar-testsuite-run): Add internal tests.
428         (icalendar-testsuite--trim, icalendar-testsuite--compare-strings)
429         (icalendar-testsuite--run-internal-tests): New.
430         (icalendar-testsuite--test-convert-ordinary-to-ical)
431         (icalendar-testsuite--test-convert-block-to-ical)
432         (icalendar-testsuite--test-convert-anniversary-to-ical)
433         (icalendar-testsuite--test-parse-vtimezone)
434         (icalendar-testsuite--do-test-export): Code formatting.
435         (icalendar-testsuite--test-parse-vtimezone): Doc fix.
436         (icalendar-testsuite--do-test-import)
437         (icalendar-testsuite--do-test-cycle):
438         Use icalendar-testsuite--compare-strings
439         (icalendar-testsuite--run-import-tests): Comment added.
440         (icalendar-testsuite--run-import-tests)
441         (icalendar-testsuite--run-real-world-tests): Fix expected results.
443 2010-06-25  Chong Yidong  <cyd@stupidchicken.com>
445         * redisplay-testsuite.el (test-redisplay-3): New test.
447 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
449         * comint-testsuite.el: New file.
451 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
453         * indent: New dir.
455 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
457         * Version 23.2 released.
459 2010-03-29  Chong Yidong  <cyd@stupidchicken.com>
461         * cedet/semantic-ia-utest.el
462         (semantic-symref-test-count-hits-in-tag): Add function, from
463         semantic-test.el.
465         * cedet/tests/test.cpp:
466         * cedet/tests/test.py:
467         * cedet/tests/teststruct.cpp:
468         * cedet/tests/testtemplates.cpp:
469         * cedet/tests/testusing.cpp:
470         * cedet/tests/scopetest.cpp:
471         * cedet/tests/scopetest.java: Files deleted.
473         * cedet/tests/test.make:
474         * cedet/tests/test.c:
475         * cedet/tests/testjavacomp.java:
476         * cedet/tests/testspp.c:
477         * cedet/tests/testsppreplace.c:
478         * cedet/tests/testsppreplaced.c:
479         * cedet/tests/testsubclass.cpp:
480         * cedet/tests/testsubclass.hh:
481         * cedet/tests/testtypedefs.cpp:
482         * cedet/tests/testvarnames.c:
483         * cedet/tests/test.el:
484         * cedet/tests/testdoublens.cpp:
485         * cedet/tests/testdoublens.hpp: Add copyright header.
487         * cedet/semantic-tests.el (semanticdb-test-gnu-global):
488         Remove reference to deleted files.
490 2010-03-30  Juri Linkov  <juri@jurta.org>
492         * occur-testsuite.el (occur-tests): Add tests for context lines.
494 2010-03-23  Juri Linkov  <juri@jurta.org>
496         * occur-testsuite.el: New file.
498 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
500         * Branch for 23.2.
502 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
504         * icalendar-testsuite.el
505         (icalendar-testsuite--run-function-tests): Add new tests.
506         (icalendar-testsuite--test-diarytime-to-isotime): Add another
507         testcase.
508         (icalendar-testsuite--test-convert-ordinary-to-ical): New.
509         (icalendar-testsuite--test-convert-weekly-to-ical): New.
510         (icalendar-testsuite--test-convert-yearly-to-ical): New.
511         (icalendar-testsuite--test-convert-block-to-ical): New.
512         (icalendar-testsuite--test-convert-cyclic-to-ical): New.
513         (icalendar-testsuite--test-convert-anniversary-to-ical): New.
515 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
517         * cedet/semantic-tests.el (semanticdb-test-gnu-global)
518         (semantic-lex-test-full-depth, semantic-symref-test-count-hits-in-tag):
519         Fix typos in docstrings and error messages.
520         (semanticdb-ebrowse-run-tests): Fix typos in error messages.
522 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
524         * cedet/cedet-utests.el (cedet-utest-log-shutdown, pulse-test):
525         * cedet/semantic-ia-utest.el (semantic-ia-utest-error-log-list)
526         (semantic-ia-utest-buffer-refs): Fix typos in docstrings.
528 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
530         * icalendar-testsuite.el
531         (icalendar-testsuite--run-function-tests):
532         Add icalendar-testsuite--test-parse-vtimezone.
533         (icalendar-testsuite--test-parse-vtimezone): New.
534         (icalendar-testsuite--do-test-cycle): Doc changes.
535         (icalendar-testsuite--run-real-world-tests): Remove trailing
536         whitespace -- see change of icalendar--add-diary-entry in
537         icalendar.el.
538         (icalendar-testsuite--run-cycle-tests): Re-enable all tests.
540 2009-09-30  Glenn Morris  <rgm@gnu.org>
542         * cedet/semantic-utest-c.el: Relicense under GPLv3+.
544 2009-06-26  Eric Ludlam  <zappo@gnu.org>
546         * cedet/*: New unit tests, from CEDET repository.
548 2009-06-26  Chong Yidong  <cyd@stupidchicken.com>
550         * redisplay-testsuite.el: New file.
552 2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
554         * Branch for 23.1.
556 2009-01-25  Ulf Jasper  <ulf.jasper@web.de>
558         * icalendar-testsuite.el
559         (icalendar-testsuite--run-function-tests):
560         Add icalendar-testsuite--test-diarytime-to-isotime.
561         (icalendar-testsuite--test-parse-summary-and-rest): Adjust to
562         recent icalendar fixes.
563         (icalendar-testsuite--test-diarytime-to-isotime): New.
564         (icalendar-testsuite--test-create-uid): Adjust to recent
565         icalendar changes.
567 2008-11-30  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
569         * bytecomp-testsuite.el: New file.
571 2008-10-31  Ulf Jasper  <ulf.jasper@web.de>
573         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
574         Add `icalendar-testsuite--test-create-uid'.
575         (icalendar-testsuite--test-create-uid): New.
577 2008-06-14  Ulf Jasper  <ulf.jasper@web.de>
579         * newsticker-testsuite.el: New file.
581 2008-05-24  Ulf Jasper  <ulf.jasper@web.de>
583         * icalendar-testsuite.el (icalendar-testsuite--run-function-tests):
584         Add icalendar-testsuite--test-datestring-to-isodate,
585         icalendar-testsuite--test-datetime-to-diary-date, and
586         icalendar-testsuite--test-calendar-style.
587         (icalendar-testsuite--test-format-ical-event):
588         (icalendar-testsuite--test-parse-summary-and-rest):
589         Doc fix.  Remove european-calendar-style.
590         (icalendar-testsuite--get-ical-event): Doc fix.
591         (icalendar-testsuite--test-first-weekday-of-year):
592         (icalendar-testsuite--run-cycle-tests): Add doc string.
593         (icalendar-testsuite--test-datestring-to-isodate):
594         (icalendar-testsuite--test-datetime-to-diary-date):
595         (icalendar-testsuite--test-calendar-style): New functions.
596         (icalendar-testsuite--test-export): Handle iso date style.
597         New arg INPUT-ISO.  Use calendar-date-style.
598         (icalendar-testsuite--test-import): Handle iso date style.
599         New arg EXPECTED-ISO.  Use calendar-date-style.
600         (icalendar-testsuite--test-cycle): Handle iso date style.
601         (icalendar-testsuite--run-import-tests):
602         (icalendar-testsuite--run-export-tests):
603         (icalendar-testsuite--run-real-world-tests): Add iso style tests.
605 2008-02-29  Glenn Morris  <rgm@gnu.org>
607         * README: New file.
609 2008-02-29  Ulf Jasper  <ulf.jasper@web.de>
611         * icalendar-testsuite.el: New file.
613 ;; Local Variables:
614 ;; coding: utf-8
615 ;; End:
617   Copyright (C) 2008-2013 Free Software Foundation, Inc.
619   This file is part of GNU Emacs.
621   GNU Emacs is free software: you can redistribute it and/or modify
622   it under the terms of the GNU General Public License as published by
623   the Free Software Foundation, either version 3 of the License, or
624   (at your option) any later version.
626   GNU Emacs is distributed in the hope that it will be useful,
627   but WITHOUT ANY WARRANTY; without even the implied warranty of
628   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
629   GNU General Public License for more details.
631   You should have received a copy of the GNU General Public License
632   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.