From f718506646ed68715c3be92fbd5b0c6f0dd03178 Mon Sep 17 00:00:00 2001 From: Arjen Baart Date: Sun, 9 Feb 2020 09:33:35 +0100 Subject: [PATCH] Fixed date attributes test --- test/date_attributes.exp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/date_attributes.exp b/test/date_attributes.exp index 686bc4f..4e323a9 100644 --- a/test/date_attributes.exp +++ b/test/date_attributes.exp @@ -4,6 +4,7 @@ 09-06-2019 Year = 2019 09-06-2019 Leap = 0 09-06-2019 YearDay = 160 +09-06-2019 WeekDay = 7 09-06-2020 Leap = 1 09-06-2020 YearDay = 161 09-06-2000 Leap = 1 @@ -11,6 +12,8 @@ Jan 2019 has 31 days. 01-01-2019 YearDay = 1 Feb 2019 has 28 days. +01-02-2019 WeekDay = 5 Feb 2020 has 29 days. 01-02-2020 YearDay = 32 +01-02-2020 WeekDay = 6 PASS date_attributes (exit status: 0) -- 2.11.0