| Test |
Duration |
Result |
| 0.10 is newer than 0.9, so the floor is not compared as text |
0.001s |
passed |
| a file needing a newer Werkator is refused, naming both versions |
0.006s |
passed |
| a file that declares nothing is never refused, even across a breaking change |
0.005s |
passed |
| a file written before a breaking change is refused once that version runs |
0.001s |
passed |
| an unparseable or absent version never makes a file look incompatible |
0.001s |
passed |
| exceeding the declared ceiling only warns — an unmaintained marker must not stop a CI |
0.001s |
passed |
| the running version satisfies its own floor |
0.002s |
passed |
| versions compare part by part, missing parts as zero, pre-release suffixes ignored |
0.001s |
passed |