We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99259dc commit ac77498Copy full SHA for ac77498
tests/libprojectM/PresetFileParserTest.cpp
@@ -61,7 +61,6 @@ TEST(PresetFileParser, ValueWithSpaceDelimiter)
61
62
const auto& values = parser.PresetValues();
63
64
- // Lines with empty key should be ignored
65
ASSERT_TRUE(values.find("value_with_space") != values.end());
66
EXPECT_EQ(values.at("value_with_space"), "123");
67
}
0 commit comments