From 89c19613764368afba6659e8586dec010c9b9d6b Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Thu, 6 Jun 2024 15:11:05 +0200 Subject: Forgot the case where + is used as a concatenation operator --- test/qsp_parser_test.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'test/qsp_parser_test.ml') diff --git a/test/qsp_parser_test.ml b/test/qsp_parser_test.ml index 4754a15..ada04d3 100644 --- a/test/qsp_parser_test.ml +++ b/test/qsp_parser_test.ml @@ -4,6 +4,7 @@ let () = Syntax.test; Literals.test; Syntax_error.test; + Get_type.test; Type_of.test; Dead_end.test; Nested_string.test; -- cgit v1.2.3