From 8b4eb01afa698dd1e512f7a83fb761bfb146fdf7 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Fri, 13 Sep 2024 09:25:38 +0200 Subject: Added a syntax check in the comments --- test/qsp_parser_test.ml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/qsp_parser_test.ml') diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index ada04d3..43f9cb3 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -1,7 +1,8 @@ let () = Alcotest.run "qsp_parser" [ - Syntax.test; + Syntax.test_syntax; + Syntax.test_comments; Literals.test; Syntax_error.test; Get_type.test; -- cgit v1.2.3