TSG-9422 TSG-9554 TSG-9470 修复元素编辑MARK问题, 代理支持4级或以上定位库

This commit is contained in:
fengweihao
2022-02-11 09:57:33 +08:00
parent e2be64b67b
commit 9ddc606ac5
5 changed files with 156 additions and 33 deletions

View File

@@ -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);
}