1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-31 03:45:34 +00:00

per recommendation

This commit is contained in:
Bret Curtis 2023-05-02 14:41:11 +02:00
parent 34db13dd67
commit fd45e0c9ac

View file

@ -62,7 +62,7 @@ struct TestParam
};
const std::vector<TestParam> testParams
= { { "ascii", "ascii" }, { "space", "spaaaaa ce" }, { "unicode", "(╯°□°)╯︵ ┻━┻" }, { "emoji", "💩" } };
= { { "ascii", "ascii" }, { "space", "spaaaaa ce" }, { "unicode", "(╯°□°)╯︵ ┻━┻" }, { "emoji", "🖕" } };
class IniImporterTest : public ::testing::TestWithParam<TestParam>
{