-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mismatched tests on map values produce incorrect logic. (#2754)
* fixed multiple mismatched tests for value maps. * more fixes to map value checks. linter and test fixes. * fixed to idiomatic Go. * seenArgs wasn't being updated although the logic used it, fixed. * added some math tests. * readded some list optimizations because len checks exist. * Review by Manish * removed failure on undefined vars to return empty list, and reverted test to previous state. * fixed bug in getReversePredicates.
- Loading branch information
Showing
6 changed files
with
402 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.