solve end of line space problem in Script Engine scanner

This commit is contained in:
mhgholamrezaei 2022-05-18 22:51:04 +09:00
parent a55c6a9ab6
commit 5ecb671bda
4 changed files with 24 additions and 21 deletions

View file

@ -41,10 +41,7 @@ ScriptEngineEvalSingleExpression(string Expr, PBOOLEAN HasError)
Expr.insert(0, "formats(");
Expr.append(");");
//
// TODO: end of string must have a whitspace. fix it.
//
Expr.append(" ");
//
// Run script engine handler