mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 00:57:19 +02:00
Bug - Durations
- Duration were parsed as <int><unit> in A3, whereas <number><unit> is correct. - Added Nibbler::str method for internal access. - Nibbler::save, ::restore now return positions. Useful for extracting substrings. - Modified countdown.t to use the (now) correct units for durations.
This commit is contained in:
parent
ee2960b9b0
commit
08fcb5362e
5 changed files with 39 additions and 16 deletions
|
@ -80,9 +80,9 @@ public:
|
|||
std::string next (const int quantity);
|
||||
|
||||
std::string::size_type cursor ();
|
||||
|
||||
void save ();
|
||||
void restore ();
|
||||
std::string::size_type save ();
|
||||
std::string::size_type restore ();
|
||||
const std::string& str () const;
|
||||
|
||||
bool depleted ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue