aboutsummaryrefslogtreecommitdiffstats
path: root/todolist/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* Formatting for testGrant Ammons2017-05-101-7/+7
* Update the testsGrant Ammons2017-05-091-25/+54
* subcommands like delete don't take a subject, so make it optionalMichael Strüder2017-05-091-0/+10
* test multiple whitespaceMichael Strüder2017-05-091-1/+11
* add test for func (p Parser) Parse()Michael Strüder2017-05-091-0/+21
* Adds support to projects with hyphenRodrigo Dumont2017-03-251-2/+5
* This commit removes all usages of github.com/jinzhu/now.DmitriyMV2017-03-041-5/+4
* Support UTF-8 strings as contexts and projectsQuey-Liang Kao2017-01-261-3/+8
* Fix a bug and add some testsQuey-Liang Kao2017-01-211-0/+13
* Fix tests by removing hard-coded yearGrant Ammons2017-01-161-4/+8
* bugfix - use 'tod' as shorthand for todayGrant Ammons2016-09-081-0/+8
* Make agenda its own commandGrant Ammons2016-05-121-1/+0
* Fix issue with parsing specific datesGrant Ammons2016-05-121-0/+9
* Parse out arbitrary datesGrant Ammons2016-05-061-7/+25
* Handle parsing dates, and printing themGrant Ammons2016-04-301-14/+44
* Organize things a bit betterGrant Ammons2016-04-241-0/+83