Public dry run dryrun-f6bbcf3a2f6f
This commit is contained in:
parent
5386bb851f
commit
666360b98d
4 changed files with 6 additions and 6 deletions
|
|
@ -61,7 +61,7 @@ assert(lines.length > 0, "CLI-first criteria must contain criteria lines");
|
|||
for (const line of lines) {
|
||||
assert.match(
|
||||
line,
|
||||
/^- \[[ x]\] \*\*(Passed|Partial|Open)(?: \([^)]+\))?:\*\*/,
|
||||
/^- \[[ x]\] \*\*(Passed|Partial|Open|Postponed)(?: \([^)]+\))?:\*\*/,
|
||||
`CLI-first criterion lacks an explicit status prefix: ${line}`
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue