You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1056,6 +1057,10 @@ public static IEnumerable<TestCaseData> TestCasesForWithCustomVariablesExpressio
1056
1057
yieldreturnnewTestCaseData("-x + +y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(15);
1057
1058
yieldreturnnewTestCaseData("(-x + +y)",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-,Parenthis").Returns(15);
0 commit comments