提交 0591a5da 编写于 作者: Z zhaoke

* Fix issue.

上级 49a317bb
......@@ -2,21 +2,22 @@ package scriptHelper
import (
"fmt"
"regexp"
"strings"
commConsts "github.com/easysoft/zentaoatf/internal/pkg/consts"
commDomain "github.com/easysoft/zentaoatf/internal/pkg/domain"
langHelper "github.com/easysoft/zentaoatf/internal/pkg/helper/lang"
fileUtils "github.com/easysoft/zentaoatf/pkg/lib/file"
i118Utils "github.com/easysoft/zentaoatf/pkg/lib/i118"
logUtils "github.com/easysoft/zentaoatf/pkg/lib/log"
"regexp"
"strings"
)
const (
groupTag = "group:"
stepTag = "step:"
funcRegex = `(?U)e\(['"](.+)['"]\)`
funcRegex = `(?U)\We\(['"](.+)['"]\)`
singleLineCommentsRegex = `.*(?://|#)(.+)$`
multiLineCommentsRegex = `/\*+(.+)\*+/`
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册