mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-16 06:18:47 +02:00
Add test for time constants of the form '12:34'
All checks were successful
Remind unit tests / tests (push) Successful in 41s
All checks were successful
Remind unit tests / tests (push) Successful in 41s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user