Skip to content

Commit b16eff8

Browse files
authored
Added arithmetic error type.
1 parent f371a12 commit b16eff8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Each JMESPath test case can have the following keys:
3636
* ``invalid-type`` - Invalid argument type for a function.
3737
* ``invalid-value`` - Semantically incorrect value (used in slice tests)
3838
* ``unknown-function`` - Attempting to invoke an unknown function.
39+
* ``not-a-number`` - While evaluating arithmetic expressions.
3940

4041
* ``bench`` - If the case is a benchmark, ``bench`` contains the type of
4142
benchmark. Available ``bench`` types are as follows:

0 commit comments

Comments
 (0)