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 Feb 11, 2021
1 parent 412bb6a commit 68aac80
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 68aac80

Please sign in to comment.