From 742c23d7c5d90b681dcbce92846d57042d2ea467 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 09:34:58 -0600 Subject: Add support for ints --- test/test_parser.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_parser.ml') diff --git a/test/test_parser.ml b/test/test_parser.ml index c677869..941ac56 100644 --- a/test/test_parser.ml +++ b/test/test_parser.ml @@ -19,6 +19,7 @@ let rows_suite = , test_parse "user: id _uuidv4\npurchases: id _uuidv4" ) ; "Resolves conflicting names", `Quick, test_parse "purchases: name _uuidv4" ; "Supports names", `Quick, test_parse "purchases: name _name" + ; "Supports ints with min/max", `Quick, test_parse "purchases: name _int<1,20>" ] -- cgit v1.2.3