mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Bug 879 - Description/Annotation ending with Slash Causes Problems
- Backslashes actually. The escaping mechanism in the low-level parser was eating leading \ characters when it should not. Very hard bug to find, trivial to fix. - Added unit tests to several components while narrowing this down.
This commit is contained in:
parent
7a2bf28005
commit
ec96d929a0
10 changed files with 135 additions and 41 deletions
|
@ -228,6 +228,8 @@
|
|||
+ Fixed bug #860, which prevented lower-case priority values from being
|
||||
accepted (thanks to Michelle Crane).
|
||||
+ Fixed bug #862, which suppressed feedback from the 'denotate' command.
|
||||
+ Fixed bug #879, which mis-parsed escaped characters in the data file (thanks
|
||||
to Michelle Crane).
|
||||
+ Fixed bug #892, which caused a segfault due to misuse of
|
||||
std::map::operator[] (thanks to Dmitriy Samborskiy).
|
||||
+ Fixed bug #897, which adds the UUID field to the 'completed' report
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue