aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
diff options
context:
space:
mode:
authorChimrod <>2024-09-13 09:25:38 +0200
committerChimrod <>2024-09-13 09:25:38 +0200
commit8b4eb01afa698dd1e512f7a83fb761bfb146fdf7 (patch)
tree5c85e5f4d011a895955d8516f0cdb195acf82f24 /test/qsp_parser_test.ml
parent692d66ba7eb0ff55a46b68601b7cd81f825653cb (diff)
Added a syntax check in the comments
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r--test/qsp_parser_test.ml3
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;