CLI2: With Lexer::Type::string args, there is no need to insert quotes
This commit is contained in:
@@ -1475,7 +1475,7 @@ void CLI2::insertIDExpr ()
|
|||||||
reconstructed.push_back (argUUID);
|
reconstructed.push_back (argUUID);
|
||||||
reconstructed.push_back (opSimilar);
|
reconstructed.push_back (opSimilar);
|
||||||
|
|
||||||
A2 value ("'" + *u + "'", Lexer::Type::string);
|
A2 value (*u, Lexer::Type::string);
|
||||||
value.tag ("FILTER");
|
value.tag ("FILTER");
|
||||||
reconstructed.push_back (value);
|
reconstructed.push_back (value);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user