diff options
author | Chimrod <> | 2024-09-13 09:25:38 +0200 |
---|---|---|
committer | Chimrod <> | 2024-09-13 09:25:38 +0200 |
commit | 8b4eb01afa698dd1e512f7a83fb761bfb146fdf7 (patch) | |
tree | 5c85e5f4d011a895955d8516f0cdb195acf82f24 /test/qsp_parser_test.ml | |
parent | 692d66ba7eb0ff55a46b68601b7cd81f825653cb (diff) |
Added a syntax check in the comments
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r-- | test/qsp_parser_test.ml | 3 |
1 files changed, 2 insertions, 1 deletions
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; |