Skip to content

Commit

Permalink
tests for new operator
Browse files Browse the repository at this point in the history
  • Loading branch information
Keryan-dev committed Jul 18, 2024
1 parent 2824476 commit 519683a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fullpos.ml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ module Value = struct
"greater-than", ">", `Gt;
"lesser-or-equal", "<=", `Leq;
"lesser-than", "<", `Lt;
"semver", "~", `Sem;
]
let logop = [
"disj", "&", `And;
Expand Down

0 comments on commit 519683a

Please sign in to comment.