MiniWord
MiniWord copied to clipboard
Fix evaluate not equal to bug
When the first operand of a comparison evaluates to a Double, Int, or DateTime, if the second operand can't be parsed to the same datatype the evaluation automatically defaults to false regardless of the comparison. The evaluation should evaluate to true when the comparison is a not equals comparison.
@bprucha Good day, Could you resolve the conflicts by following command?
Step 1: From your project repository, check out a new branch and test the changes.
git checkout -b bprucha-evaluate-not-equal main
git pull https://github.com/bprucha/MiniWord.git evaluate-not-equal
Step 2: Merge the changes and update on GitHub.
git checkout main
git merge --no-ff bprucha-evaluate-not-equal
git push origin main