Migrated from known-bugs v20

ginatrapani
2010-09-13 01:25:20 -07:00
parent 4db873a3c5
commit 6c1ec34a9d

@@ -1,39 +1 @@
h3. __add__ does not escape line breaks:
* $ t a "foo
* > bar
* > baz"
This will add three separate items. By default this shouldn't happen (though an add-on that overrides the add command and allows for multiple line entry in one shot is a good idea).
"Discussion thread":http://tech.groups.yahoo.com/group/todotxt/message/2146
h3. _prepend_ not correct on prioritized tasks
* $ t add test
* TODO: 'test' added on line 114.
* $ t pri 114 a
* 114: (A) test
* TODO: 114 prioritized (A).
* $ t prepend 114
* Prepend: pretest
* 114: **pretest (A)** test
--phil
h3. _do_: no safeguard to do twice
If by accident you repeat @todo.sh do@ twice on the same task, this should be ignored but instead we have:
* $ t add test
* TODO: 'test' added on line 114.
* $ t do 114
* 114: x 2009-03-21 test
* TODO: 114 marked as done.
* $ t do 114
* 114: **x 2009-03-21 x 2009-03-21** test
* TODO: 114 marked as done.
--phil
Moved this page to the "Issues Tracker":http://github.com/ginatrapani/todo.txt-cli/issues