Skip to content

Commit 7e80336

Browse files
authored
Merge pull request #3 from sspekinc/sspekinc-patch-1
Update DynamicExpressionParserTests.cs
2 parents 17565cc + 7433b27 commit 7e80336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/System.Linq.Dynamic.Core.Tests/DynamicExpressionParserTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ public void ParseLambda_StringLiteralEmbeddedQuote_ReturnsBooleanLambdaExpressio
413413
typeof(Boolean),
414414
string.Format("Property1 == {0}", expectedRightValue));
415415

416+
var testA = "";
416417
string rightValue = ((BinaryExpression)expression.Body).Right.ToString();
417418
Assert.Equal(typeof(Boolean), expression.Body.Type);
418419
Assert.Equal(expectedRightValue, rightValue);

0 commit comments

Comments
 (0)