CLI
- The ::categorize method now only allows one TERMINATOR - the first one.
This commit is contained in:
@@ -761,7 +761,7 @@ void CLI::categorize ()
|
||||
{
|
||||
std::string raw = a->attribute ("raw");
|
||||
|
||||
if (raw == "--")
|
||||
if (! terminated && raw == "--")
|
||||
{
|
||||
a->tag ("ORIGINAL");
|
||||
a->tag ("TERMINATOR");
|
||||
|
||||
Reference in New Issue
Block a user