summaryrefslogtreecommitdiff
path: root/test/lisp/calendar/parse-time-tests.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2017 in masterPaul Eggert2017-01-011-1/+1
| | | | | | Run admin/update-copyright in the master branch. This fixes files that were not already fixed in the emacs-25 branch before it was merged here.
* Fix timezone detection of parse-iso8601-time-stringHong Xu2016-12-241-1/+17
| | | | | | | | | | * parse-time.el (parse-iso8601-time-string): Fix timezone parsing. Add a doc string. (Bug#25086) * editfns.c (Fdecode-time): Doc fix. * emacs-mime.texi (time-date): Add an example for parse-iso8601-time-string. * parse-time-tests.el (parse-time-tests): Add tests for parse-iso8601-time-string.
* Remove buggy parse-time testLars Ingebrigtsen2016-03-021-4/+1
| | | | | * test/lisp/calendar/parse-time-tests.el (parse-time-tests): Remove the iso parse test, since it doesn't work.
* Add some tests for parse-time.elLars Ingebrigtsen2016-02-281-0/+52
* test/lisp/calendar/parse-time-tests.el: New file.