From 299a96c7f6f8dbba210c373130cd9f2d4eec77a5 Mon Sep 17 00:00:00 2001 From: Stephen Berman Date: Mon, 29 May 2017 23:49:41 +0200 Subject: 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. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3