mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Bug #581
- Applied patch to fix bug #581, in which backslashes in annotations and descriptions caused problems (thanks to Itay Perl). - Corrected unit tests that were shown to be incorrect, after the patch corrected other behavior.
This commit is contained in:
parent
1d4c79b897
commit
595dd9f3f4
5 changed files with 48 additions and 61 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
bool getUntilEOL (std::string&);
|
||||
bool getUntilEOS (std::string&);
|
||||
|
||||
bool getQuoted (char, std::string&, bool unescape = true, bool quote = false);
|
||||
bool getQuoted (char, std::string&, bool quote = false);
|
||||
bool getInt (int&);
|
||||
bool getUnsignedInt (int&);
|
||||
bool getNumber (double&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue