// Verify that complex strings with escaped characters are properly parsed on add.
TEST_F(FlexOptionTest, processFullAddWithComplexString) {
+ CfgMgr::instance().setFamily(AF_INET6);
+
ElementPtr options = Element::createList();
ElementPtr option = Element::createMap();
options->add(option);
// Verify that complex strings with escaped characters are properly parsed on supersede.
TEST_F(FlexOptionTest, processFullSupersedeWithComplexString) {
+ CfgMgr::instance().setFamily(AF_INET6);
+
ElementPtr options = Element::createList();
ElementPtr option = Element::createMap();
options->add(option);