Enhancement - Subst parsing
- Corrected Subst parsing. - Added more unit tests.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user