TW-1471
- TW-1471 task calc uses output it doesn't understand (thanks to Jens Erat).
This commit is contained in:
@@ -647,7 +647,7 @@ void CLI::addArg (const std::string& arg)
|
||||
isID (raw) || // <id>
|
||||
isPattern (raw) || // /<pattern</
|
||||
isSubstitution (raw) || // /<from>/<to>/[g]
|
||||
isAttribute (raw) || // <name>[.[~]<modfifier>]:<value>
|
||||
isAttribute (raw) || // <name>[.[~]<modifier>]:<value>
|
||||
isOperator (raw)) // <operator>
|
||||
{
|
||||
_original_args.push_back (raw);
|
||||
|
||||
Reference in New Issue
Block a user