mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Enhancement - Nibbler
- Added Nibbler::getQuoted with support for unescaping escaped quotes and for including the original quotes.
This commit is contained in:
parent
80f9af08e3
commit
91d5448a5a
3 changed files with 85 additions and 12 deletions
|
@ -47,7 +47,7 @@ public:
|
|||
bool getUntilEOL (std::string&);
|
||||
bool getUntilEOS (std::string&);
|
||||
|
||||
bool getQuoted (char, std::string&);
|
||||
bool getQuoted (char, std::string&, bool unescape = true, bool quote = false);
|
||||
bool getInt (int&);
|
||||
bool getUnsignedInt (int&);
|
||||
bool getLiteral (const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue