mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Enhancement - Subst parsing
- Corrected Subst parsing. - Added more unit tests.
This commit is contained in:
parent
9b78631e6f
commit
a2a9fa7f35
4 changed files with 84 additions and 46 deletions
|
@ -245,14 +245,6 @@ void Context::parse ()
|
|||
{
|
||||
if (!terminated)
|
||||
{
|
||||
/*
|
||||
size_t colon; // Pointer to colon in argument.
|
||||
std::string from;
|
||||
std::string to;
|
||||
bool global;
|
||||
std::vector <int> sequence;
|
||||
*/
|
||||
|
||||
// The '--' argument shuts off all parsing - everything is an argument.
|
||||
if (*arg == "--")
|
||||
terminated = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue