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
yieldreturnnewTestCaseData("+x - -y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(25);
1004
-
yieldreturnnewTestCaseData("+x--y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(25);
1005
999
yieldreturnnewTestCaseData("+x + -y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(-15);
1006
1000
yieldreturnnewTestCaseData("+x+-y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(-15);
1007
1001
yieldreturnnewTestCaseData("-x - +y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(-25);
1008
1002
yieldreturnnewTestCaseData("-x-+y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(-25);
1009
1003
yieldreturnnewTestCaseData("-x + +y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(15);
1010
-
yieldreturnnewTestCaseData("-x++y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(15);
1011
-
yieldreturnnewTestCaseData("-x++y",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-").Returns(15);
1012
1004
yieldreturnnewTestCaseData("(-x + +y)",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-,Parenthis").Returns(15);
1013
-
yieldreturnnewTestCaseData("(-x++y)",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-,Parenthis").Returns(15);
1014
-
yieldreturnnewTestCaseData("-(-x++y)",variablesForSimpleVariablesInjection,true).SetCategory("SimpleVariablesInjection,Unary both +-,Parenthis").Returns(-15);
0 commit comments