fix(测试跟踪): 修复导入xmind 固定标签解析问题。

This commit is contained in:
fit2-zhao 2021-06-16 16:43:25 +08:00 committed by fit2-zhao
parent d9d38614a8
commit de3f22b85d
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public class XmindCaseParser {
this.importType = importType;
}
private static final String TC_REGEX = "(?:tc:|tc)";
private static final String TC_REGEX = "(?:tc:|tc|tc)";
private static final String PC_REGEX = "(?:pc:|pc)";
private static final String RC_REGEX = "(?:rc:|rc)";
private static final String ID_REGEX = "(?:id:|id)";