mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
AK: Enable compile-time check of a format test string
Our implementation seems to parse this string just fine now.
This commit is contained in:
parent
d5222e9bba
commit
917537b449
|
|
@ -133,8 +133,7 @@ TEST_CASE(replacement_field)
|
|||
|
||||
TEST_CASE(replacement_field_regression)
|
||||
{
|
||||
// FIXME: Compiletime check bypass: cannot parse '}}' correctly.
|
||||
EXPECT_EQ(ByteString::formatted("{:{}}"sv, "", static_cast<unsigned long>(6)), " ");
|
||||
EXPECT_EQ(ByteString::formatted("{:{}}", "", static_cast<unsigned long>(6)), " ");
|
||||
}
|
||||
|
||||
TEST_CASE(complex_string_specifiers)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user