Skip to content

pat: Add full suite of numeric expressions #324

@timbray

Description

@timbray

Issue #27 is just arranging that pattern

{"x": [ 35 ]}

Will match both of the following:

{"x": 35.0}
{"x": 3.5e1}

This new issue calls for the full suite of arithmetic expressions supported by event-ruler, for example:

{"x": [ { "numeric": [ ">", 0, "<=", 5 ] } ] }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions