Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Jun 26, 2024
1 parent a801d5c commit 6f88ded
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions petabtests/cases/v2.0.0/math/math_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,14 @@ cases:
expected: a * b
- expression: "!1"
expected: 0.0
- expression: log(0)
expected: -inf
- expression: "!!2"
expected: 1.0
- expression: "-!!2"
expected: -1.0
- expression: "-!0"
expected: -1.0
- expression: "true ^ true"
expected: 1.0

0 comments on commit 6f88ded

Please sign in to comment.