Skip to content

Commit

Permalink
include test
Browse files Browse the repository at this point in the history
  • Loading branch information
enghitalo committed Oct 19, 2024
1 parent 5767e4a commit 5427308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vlib/time/parse_test.v
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ fn test_parse_rfc3339() {
['2015-01-06T15:47:32.1234-00:00', '2015-01-06 15:47:32.123400'],
['2015-01-06T15:47:32.1234+01:00', '2015-01-06 14:47:32.123400'],
['2015-01-06T15:47:32.1234-01:00', '2015-01-06 16:47:32.123400'],
['2015-01-06T22:59:59-00:10', '2015-01-06 23:09:59.000000'],
]
for pair in pairs {
input, expected := pair[0], pair[1]
Expand Down

0 comments on commit 5427308

Please sign in to comment.