mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Fix StringMaker for time_point<system_clock> with non-default duration
Fixes #2685
This commit is contained in:
@@ -4400,6 +4400,8 @@ ok {test-number} - data.str.size() == data.len for: 3 == 3
|
||||
ok {test-number} - data.str.size() == data.len for: 5 == 5
|
||||
# strlen3
|
||||
ok {test-number} - data.str.size() == data.len for: 4 == 4
|
||||
# system_clock timepoint with non-default duration
|
||||
ok {test-number} - tp1 == tp2 for: {iso8601-timestamp} == {iso8601-timestamp}
|
||||
# tables
|
||||
ok {test-number} - strlen(std::get<0>(data)) == static_cast<size_t>(std::get<1>(data)) for: 5 == 5
|
||||
# tables
|
||||
@@ -4590,5 +4592,5 @@ ok {test-number} - q3 == 23. for: 23.0 == 23.0
|
||||
ok {test-number} -
|
||||
# xmlentitycheck
|
||||
ok {test-number} -
|
||||
1..2302
|
||||
1..2303
|
||||
|
||||
|
Reference in New Issue
Block a user