mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Expand DOM references in single-token values
This commit is contained in:
parent
557a8d357c
commit
e4132f6a02
4 changed files with 25 additions and 1 deletions
|
@ -75,6 +75,7 @@ public:
|
|||
static bool isHardBoundary (int, int);
|
||||
static bool isPunctuation (int);
|
||||
static bool isAllDigits (const std::string&);
|
||||
static bool isDOM (const std::string&);
|
||||
static void dequote (std::string&, const std::string& quotes = "'\"");
|
||||
static bool wasQuoted (const std::string&);
|
||||
static bool readWord (const std::string&, const std::string&, std::string::size_type&, std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue