From 5036848184a912a857c4c1e76ef02985295855eb Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Mon, 25 Dec 2023 19:17:01 -0600 Subject: Support semicolon as separator --- 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 bfc980c..405219e 100644 --- a/test/test_parser.ml +++ b/test/test_parser.ml @@ -29,6 +29,7 @@ let relations_suite = [ ( "Can reference other tables" , `Quick , test_parse "user: id uuidv4\npurchases: id uuidv4, user_id user.id" ) + ; "Can use ; as a separator", `Quick, test_parse "user: id uuidv4; purchases: id uuidv4" ] -- cgit v1.2.3