aboutsummaryrefslogtreecommitdiff
path: root/test/qsp_parser_test.ml
diff options
context:
space:
mode:
authorChimrod <>2024-06-06 15:11:05 +0200
committerChimrod <>2024-06-06 15:11:05 +0200
commit89c19613764368afba6659e8586dec010c9b9d6b (patch)
tree803ad12c0b9b7effc0e5d0b50ce049f036fa0811 /test/qsp_parser_test.ml
parent4535058e48fc8edc44be20b92a182279eb9e1569 (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.ml1
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;