Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(general): number of words larger/less than or equal operators (#…
…3827) * feat: add support for number_of_words_equals and number_of_words_not_equals attribute solvers * fix: fixed solver type issue * fix: using split() instead of split(" ") to handle multiple whitespaces as well * chore: renamed the attribute solver file names * feat: introducing for new operators number_of_words_greater/less_then_(or_equal)? * chore: user a base class for number_of_words operators * fix mypy and linting * fix: fixed typo in test names Co-authored-by: Mor Kadosh <[email protected]> Co-authored-by: gruebel <[email protected]>
- Loading branch information