~mclehman/version-chronologic

2173cdf01b1853be8cd1150933005eea2e6ee953 — 0xFORDCOMMA 3 years ago 3c7d982
Fix typo in test description.
1 files changed, 1 insertions(+), 1 deletions(-)

M t/test-malformed.t
M t/test-malformed.t => t/test-malformed.t +1 -1
@@ 25,7 25,7 @@ is-malformed '2020.1.01.0',     'unpadded month value';
is-malformed 'v2020.1.01.0',    'leading "v"';
is-malformed '2020.1.01.0-tag', 'improper label';

is-well-formed '2020.01.01',         'omittied patchset';
is-well-formed '2020.01.01',         'omitted patchset';
is-well-formed '2020.01.01-break',   'omitted patchset with break label';
is-well-formed '2020.01.01.0',       'included 0 patchset';
is-well-formed '2020.01.01.0-break', 'included 0 patchset with break label';