提交 9294f646 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

fix regx issue in windows

上级 e82714a0
......@@ -7,7 +7,7 @@ import (
)
func main() {
text := utils.ReadFile("result.txt")
text := utils.ReadFile("logs\\suite\\result.txt")
str := "(?m:^\\s" + "FAIL\\sscripts\\\\tc-200.py" + "\\n([\\s\\S]*?)((^\\s(PASS|FAIL))|\\z))"
// myExp := regexp.MustCompile("(?m:^\\s(?:PASS|FAIL) scripts\\tc-200.py\n([\\s\\S]*?)((^\\s(PASS|FAIL))|\\z))")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册