Add test for time constants of the form '12:34'
All checks were successful
Remind unit tests / tests (push) Successful in 41s

This commit is contained in:
Dianne Skoll
2024-09-13 13:07:49 -04:00
parent 020e82d575
commit 0806b6738f
2 changed files with 2 additions and 2 deletions

View File

@@ -1334,7 +1334,7 @@ trigduration() => -1
# Test adding TIME+TIME and DATETIME+TIME
set a126 11:00 + 3:00
11:00 + 03:00 => 14:00
set a127 23:00 + 5:30
set a127 '23:00' + 5:30
23:00 + 05:30 => 04:30
set a128 '2018-02-03@10:00' + 6:45
2018-02-03@10:00 + 06:45 => 2018-02-03@16:45

View File

@@ -450,7 +450,7 @@ set a125 trigduration()
# Test adding TIME+TIME and DATETIME+TIME
set a126 11:00 + 3:00
set a127 23:00 + 5:30
set a127 '23:00' + 5:30
set a128 '2018-02-03@10:00' + 6:45
set a129 23:30 + '2019-02-02@16:44'