Skip to content

Commit 00a48ed

Browse files
committed
Manage RemoveComment in test.
1 parent e96d59b commit 00a48ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingSeb.ExpressionEvaluator.Tests/ExpressionEvaluatorScriptEvaluateTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public object TestCasesForScriptEvaluate(string script, Dictionary<string, objec
8080

8181
evaluator.Namespaces.Add("CodingSeb.ExpressionEvaluator.Tests");
8282

83-
return evaluator.ScriptEvaluate(script);
83+
return evaluator.ScriptEvaluate(evaluator.RemoveComments(script));
8484
}
8585

8686
#endregion

0 commit comments

Comments
 (0)