From d96e1839eb800bf26bcc38272072d98af69f5d83 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 26 Dec 2023 10:08:23 -0600 Subject: Support const keyword --- 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 5a56e6a..abb0a40 100644 --- a/test/test_parser.ml +++ b/test/test_parser.ml @@ -18,6 +18,7 @@ let rows_suite = , `Quick , test_parse "user (1): id _uuidv4\npurchases (1): id _uuidv4" ) ; "Supports names", `Quick, test_parse "purchases (1): name _name" + ; "Supports const", `Quick, test_parse "purchases (1): name \"hello\"" ; "Supports ints with min/max", `Quick, test_parse "purchases (1): name _int(1,20)" ; ( "Supports setting amount of fixture to generate" , `Quick -- cgit v1.2.3