From 68aac80892dcbff9a269d950e33d18f57b8cbcf0 Mon Sep 17 00:00:00 2001 From: Keryan Didier Date: Thu, 11 Feb 2021 11:55:09 +0100 Subject: [PATCH] tests for new operator --- tests/fullpos.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/fullpos.ml b/tests/fullpos.ml index d20f7e9..bcc1791 100644 --- a/tests/fullpos.ml +++ b/tests/fullpos.ml @@ -54,6 +54,7 @@ module Value = struct "greater-than", ">", `Gt; "lesser-or-equal", "<=", `Leq; "lesser-than", "<", `Lt; + "semver", "~", `Sem; ] let logop = [ "disj", "&", `And;