CLI2: With Lexer::Type::string args, there is no need to insert quotes

This commit is contained in:
Paul Beckingham 2015-06-20 11:15:34 -07:00
parent 97bcfd3006
commit 53e7d74ce3

View file

@ -1475,7 +1475,7 @@ void CLI2::insertIDExpr ()
reconstructed.push_back (argUUID);
reconstructed.push_back (opSimilar);
A2 value ("'" + *u + "'", Lexer::Type::string);
A2 value (*u, Lexer::Type::string);
value.tag ("FILTER");
reconstructed.push_back (value);