Commit 108b9e8
committed
test(templates): pin every clause of the parse-failure instruction
The regression test only pinned two of the five clauses the new
instruction carries. Dropping the parser error, the mandatory-hook
warning or the continuation clause from every template would have left
it green.
It now pins all five: the manifest could not be read, the parser error
is included, no hooks were checked, mandatory (optional: false) hooks are
named, and the command then continues. Checked by mutation: removing any
one clause from all ten templates fails the ten parametrized cases.1 parent fd73684 commit 108b9e8
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
31 | 41 | | |
32 | 42 | | |
33 | 43 | | |
| |||
0 commit comments