diff --git a/tests/cql/CqlErrorsAndMessagingOperatorsTest.xml b/tests/cql/CqlErrorsAndMessagingOperatorsTest.xml
index 0470b8a..ac324c8 100644
--- a/tests/cql/CqlErrorsAndMessagingOperatorsTest.xml
+++ b/tests/cql/CqlErrorsAndMessagingOperatorsTest.xml
@@ -24,5 +24,23 @@
Message(3 + 1, true, '400', 'Error', 'This is an error!')
+
+
+
+ Message(5, false, '100', 'Message', 'not generated')
+
+
+
+
+
+ Message(5, false, '400', 'Error', 'not raised')
+
+
+
+
+
+ Message(null as Integer, true, '100', 'Message', 'null source')
+
+