Commit bb93d63
Verify L3 smoke coverage, mark v0.2 done, document deferred work
L3SmokeTest
Four tests exercising the L3-compatible forms that fall out of
the existing L0 / L1 / L2 parsing chain:
- Season-to-season intervals (2020-21/2020-23) parse via the
interval parser's endpoint delegation.
- Extended seasons inside intervals (2020-25/2020-28) work now
that the endpoint parser delegates to Edtf.parse and picks up
L2 season codes.
- L1 seasons stay at L1; L2 extended seasons surface as L2.
Full L3 grammar (masked-year seasons like 19XX-21, positional
UA on individual season components) is considered covered by
the existing L2 mask + positional UA parsers. Any further
L3-specific forms that surface as real-world needs will be
added in a subsequent release.
README
EDTF coverage matrix now lists L2 as done in v0.2 with an
explicit enumeration of the new features
(consecutive ranges, extended seasons 25-41, decades, Y
exponential / significant-digits, positional UA). L3 is marked
partial in v0.2 with full planned for v0.3. The remaining
deferred items (localized formatting; Ant / Ivy consumption
smoke test) are called out in a dedicated "Still deferred"
section so downstream users and contributors can see the gap.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 2adf55c commit bb93d63
2 files changed
Lines changed: 65 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
62 | 73 | | |
63 | 74 | | |
64 | 75 | | |
65 | | - | |
66 | | - | |
| 76 | + | |
| 77 | + | |
67 | 78 | | |
68 | 79 | | |
69 | 80 | | |
| |||
Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments