diff options
author | Stephen Berman <stephen.berman@gmx.net> | 2017-05-29 23:49:41 +0200 |
---|---|---|
committer | Stephen Berman <stephen.berman@gmx.net> | 2017-05-29 23:49:41 +0200 |
commit | 299a96c7f6f8dbba210c373130cd9f2d4eec77a5 (patch) | |
tree | 58afd3186bd84bb14af11f6023a452114f9af407 /.gitattributes | |
parent | ed222c502b1a0043a8bc606482a11516568a54b6 (diff) | |
download | emacs-299a96c7f6f8dbba210c373130cd9f2d4eec77a5.tar.gz |
Add initial tests for todo-mode.el
*test/lisp/calendar/todo-mode-tests.el:
*test/lisp/calendar/todo-mode-resources/todo-test-1.toda:
*test/lisp/calendar/todo-mode-resources/todo-test-1.todo: New files.
* .gitattributes: Ignore trailing whitespace in todo-mode test
data files, since it is part of the todo-mode file format.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 59cc2eded5d..7e35433dcc6 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,6 +29,11 @@ test/etags/c-src/dostorture.c whitespace=cr-at-eol test/etags/cp-src/c.C whitespace=cr-at-eol test/etags/html-src/algrthms.html whitespace=cr-at-eol +# The todo-mode file format includes trailing whitespace, so the test +# data files cannot avoid it. +test/lisp/calendar/todo-mode-resources/todo-test-1.toda -whitespace=blank-at-eol +test/lisp/calendar/todo-mode-resources/todo-test-1.todo -whitespace=blank-at-eol + # The upstream maintainer does not want to remove trailing whitespace. doc/misc/texinfo.tex -whitespace=blank-at-eol |