/** * @fileoverview D-INV Conformance Tests * * Tests for Decompose Invariants per SPEC Section 11.1. * * D-INV-0: chunk.text === input.slice(span.start, span.end) * D-INV-1: chunks.length >= 1 * D-INV-2: chunks[i].index === i * D-INV-2b: Chunks sorted by span.start * D-INV-3: 0 <= span.start <= span.end <= input.length */ export {}; //# sourceMappingURL=d-inv.test.d.ts.map