aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/test_parser.ml1
1 files changed, 1 insertions, 0 deletions
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>"
]