MiniWord icon indicating copy to clipboard operation
MiniWord copied to clipboard

Fix evaluate not equal to bug

Open bprucha opened this issue 1 year ago • 1 comments

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 avatar Apr 04 '24 15:04 bprucha

@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

shps951023 avatar Apr 23 '24 14:04 shps951023