This commit is contained in:
parent
de7e58c274
commit
d2651bf09e
@ -86,7 +86,7 @@ TestResult test_positive_signed_integer_format_with_empty_sign()
|
||||
{
|
||||
auto fmt = TRY(String::format("% d"_sv, 653));
|
||||
|
||||
validate(fmt.view() == " 653");
|
||||
validate(fmt.view() == " 653.000");
|
||||
|
||||
test_success;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user