TSG-9422 TSG-9554 TSG-9470 修复元素编辑MARK问题, 代理支持4级或以上定位库
This commit is contained in:
@@ -101,7 +101,7 @@ TEST(EditElement, Cjson_Whole_mark_Simple)
|
||||
free(output);
|
||||
}
|
||||
|
||||
TEST(EditElement, Libxml_Whole_Remove_Facebook)
|
||||
TEST(EditElement, Libxml_Inside_Remove_Facebook)
|
||||
{
|
||||
char* output=NULL;
|
||||
size_t output_sz=0,input_len=0;
|
||||
@@ -130,6 +130,7 @@ TEST(EditElement, Libxml_Whole_Remove_Facebook)
|
||||
EXPECT_TRUE(output_sz>0);
|
||||
|
||||
EXPECT_TRUE(NULL==strstr(output, "_2t-a _4pmj _2t-d"));
|
||||
free(input);
|
||||
free(output);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user