From c33f0ce42031657ba6c6f0254ce503f2eb7841fc Mon Sep 17 00:00:00 2001 From: Bryant Austin Date: Tue, 30 Jun 2026 09:51:26 -0600 Subject: [PATCH] additional tests and edits as suggested by claude --- tests/cql/CqlDateTimeOperatorsTest.xml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/tests/cql/CqlDateTimeOperatorsTest.xml b/tests/cql/CqlDateTimeOperatorsTest.xml index 193a390..e39f569 100644 --- a/tests/cql/CqlDateTimeOperatorsTest.xml +++ b/tests/cql/CqlDateTimeOperatorsTest.xml @@ -608,6 +608,12 @@ millisecond from @T23:20:15.555 555 + + + + month from DateTime(2012) + null + @@ -691,6 +697,12 @@ difference in milliseconds between @T20:20:15.555 and @T20:20:15.550 -5 + + + + difference in years between @2011-12-31 and @2012-01-01 + 1 + @@ -831,6 +843,12 @@ days between DateTime(2010, 10, 12, 12, 5) and DateTime(2008, 8, 15, 8, 8) -788 + + + + years between @2011-12-31 and @2012-01-01 + 0 + @@ -1614,8 +1632,8 @@ DateTime(2024, 3, 1) - 52 weeks = DateTime(2023, 3, 3) true - - + +