From fcfc57f7aeccde19c2e3ff8cad7102e3e487d101 Mon Sep 17 00:00:00 2001 From: Bryant Austin Date: Tue, 30 Jun 2026 10:19:38 -0600 Subject: [PATCH] additional tests as suggested by claude --- .../cql/CqlErrorsAndMessagingOperatorsTest.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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') + 5 + + + + + Message(5, false, '400', 'Error', 'not raised') + 5 + + + + + Message(null as Integer, true, '100', 'Message', 'null source') + null +