mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancements - Nibbler upgrades.
- Enhancements to ensure that EOS conditions don't break calls.
This commit is contained in:
parent
87ed7dad6c
commit
dde044c3d7
6 changed files with 139 additions and 21 deletions
|
@ -94,7 +94,7 @@ void Record::parse (const std::string& input)
|
|||
{
|
||||
Nibbler n (input);
|
||||
std::string line;
|
||||
if (n.skip ('[') && n.getUntilChar (']', line))
|
||||
if (n.skip ('[') && n.getUntil (']', line))
|
||||
{
|
||||
Nibbler nl (line);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue