Skip to content
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.

Add test to EvaluateCondition function #771

Merged
merged 1 commit into from
Jun 24, 2019
Merged

Add test to EvaluateCondition function #771

merged 1 commit into from
Jun 24, 2019

Conversation

ajnavarro
Copy link
Contributor

@ajnavarro ajnavarro commented Jun 24, 2019

Fixes #770

  • Fix panic when float32 is evaluated
  • Fix int32, int16, uint64... evaluations. Now the equality is done
    correctly.
  • Added string evaluation.

Signed-off-by: Antonio Navarro Perez antnavper@gmail.com

- Fix panic when float32 is evaluated
- Fix int32, int16, uint64... evaluations. Now the equality is done
correctly.
- Added string evaluation.

Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
@ajnavarro ajnavarro requested a review from a team June 24, 2019 14:58
@ajnavarro ajnavarro merged commit e1d8da3 into src-d:master Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Handle strings on EvaluateCondition
3 participants