修改完成
This commit is contained in:
@@ -44,7 +44,7 @@ foreach ($encodedStale in @(
|
||||
|
||||
$approved = ([regex]::Matches($planning, '\|\s*`\[x\]`[^|]*\|\s*\d+\s*\|')).Count
|
||||
$candidate = ([regex]::Matches($planning, '\|\s*`\[~\]`[^|]*\|\s*\d+\s*\|')).Count
|
||||
if ($approved -ne 6 -or $candidate -ne 46) {
|
||||
if ($approved -ne 10 -or $candidate -ne 42) {
|
||||
throw "planning counts changed: approved=$approved candidate=$candidate"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user