fix:[TD-33272]add test case
This commit is contained in:
parent
a1e20680f7
commit
4f77274af4
|
@ -276,7 +276,7 @@ TEST(testCase, smlParseCols_Test) {
|
||||||
info->dataFormat = false;
|
info->dataFormat = false;
|
||||||
SSmlLineInfo elements = {0};
|
SSmlLineInfo elements = {0};
|
||||||
info->msgBuf = msgBuf;
|
info->msgBuf = msgBuf;
|
||||||
ASSERT_EQ(smlInitHandle(NULL),
|
ASSERT_EQ(smlInitHandle(NULL), 0),
|
||||||
|
|
||||||
const char *data =
|
const char *data =
|
||||||
"st,t=1 cb\\=in=\"pass\\,it "
|
"st,t=1 cb\\=in=\"pass\\,it "
|
||||||
|
|
Loading…
Reference in New Issue