Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autotest step input support point param #2046

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ const props2 string = `}
"msg": "参数名最大长度不能超过50"
},
{
"pattern": "/^[a-zA-Z0-9_-]*$/",
"msg": "参数名为英文、数字、中划线或下划线"
"pattern": "/^[.a-zA-Z0-9_-]*$/",
"msg": "参数名为英文、数字、点、中划线或下划线"
chengjoey marked this conversation as resolved.
Show resolved Hide resolved
}
],
"props": {
Expand Down