diff options
author | Chimrod <> | 2024-06-06 15:11:05 +0200 |
---|---|---|
committer | Chimrod <> | 2024-06-06 15:11:05 +0200 |
commit | 89c19613764368afba6659e8586dec010c9b9d6b (patch) | |
tree | 803ad12c0b9b7effc0e5d0b50ce049f036fa0811 /test/qsp_parser_test.ml | |
parent | 4535058e48fc8edc44be20b92a182279eb9e1569 (diff) |
Forgot the case where + is used as a concatenation operator
Diffstat (limited to 'test/qsp_parser_test.ml')
-rw-r--r-- | test/qsp_parser_test.ml | 1 |
1 files changed, 1 insertions, 0 deletions
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; |