wangzhengquan
2020-07-24 045ee6a759722aa04c368d7ee1f83f8956189f8e
update
1个文件已修改
2 ■■■ 已修改文件
test/protocle_parse.c 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
test/protocle_parse.c
@@ -70,7 +70,7 @@
 char *topic;
 size_t topic_len;
  
 char *str = "<**subsdf**>{经济}";
 char *str = "<**sub**>{经济}";
 if(parse_pubsub_topic(str, &action, &action_len, &topic, &topic_len)) {
  printf("action:%s\n", action);
  printf("topic:%s\n", topic);