aboutsummaryrefslogtreecommitdiffstats
path: root/test/filter-001.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix behavior of --todo with an optional argumentLukas Fleischer2016-01-281-1/+1
| | | | | | | | | | The previous behavior of --todo was to always only list uncompleted items, unless zero was specified as additional argument. Restore and document this behavior. Also, fix two tests that failed because the --todo output is now sorted. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
* Use backwards-compatible out format for queriesLukas Fleischer2014-08-061-0/+28
Print TODO items before appointments in query outputs and add an empty line between the list of TODO items and the list of appointments. This is how items were printed before the big parser refactoring. Also, add a test to ensure we do not unintentionally change that format in the future. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>