Skip to content

🐛 NumericValueExpression should not be equal to a TextExpression that contains the same value  #215

@candoumbe

Description

@candoumbe

Usage Information

Package version : 0.12.0

Relevant Code / Invocations

NumericExpression numericExpression = new NumericExpression(1);
TextExpression textExpression = new TextExpression("1");

bool numericExpressionEqualsTextExpression = numericExpression.Equals(textExpression) 

Expected Behavior

Expected numericExpressionEqualsTextExpression should be false

Stacktrace / Exception

see build logs for more.

Metadata

Metadata

Assignees

Labels

bug 🪲Something isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions