-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add range-check for numbers #4
Labels
Comments
The
or
|
JasonAllenCorns
pushed a commit
to JasonAllenCorns/brie
that referenced
this issue
Aug 28, 2018
…ion. Lessons learned, here: the 'between' statement is a good enough shortcut, but adds some criteria complexity that is lexigraphically solvable by saying 'number is less than x and number is greater than y', which can be solved with existing methods.
JasonAllenCorns
pushed a commit
to JasonAllenCorns/brie
that referenced
this issue
Aug 28, 2018
…en' comparitor.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in addition to
equals
,above
,below
, please add a validation method for "between", such thatThis would cut improve on the compound criteria that includes an "above" and a "below" with an "all" match.
The text was updated successfully, but these errors were encountered: