mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 18:25:51 +00:00
nobody reads comments anyway
This commit is contained in:
@ -61,7 +61,6 @@ TEST(PresetFileParser, ValueWithSpaceDelimiter)
|
||||
|
||||
const auto& values = parser.PresetValues();
|
||||
|
||||
// Lines with empty key should be ignored
|
||||
ASSERT_TRUE(values.find("value_with_space") != values.end());
|
||||
EXPECT_EQ(values.at("value_with_space"), "123");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user