ASSERT_EQ(TextExample1TestResult, ProcessTextVectors(&TextPropertiesExample1, &TextValueExample1, true, "COMMENT"));
+ TextExample1TestResult.clear();
+ TextExample1TestResult.insert(make_pair("COMMENT", "This is the first comment."));
+
+ ASSERT_EQ(TextExample1TestResult, ProcessTextVectors(&TextPropertiesExample1, &TextValueExample1, false, "COMMENT"));
+
TextExample1TestResult.clear();
TextExample1TestResult.insert(make_pair("CONTACT;TEST=VALUE", "First Contact"));
TextExample1TestResult.insert(make_pair("CONTACT;LAZY=NOPE", "Second Contact"));