Skip to content

Commit 72bb2d3

Browse files
vanceingallsclaude
andcommitted
docs(core): add trust-model header to T6d parity suite
Documents the recast-baseline trust relationship and clarifies that motionPath parity tests live in the Phase 3b commit (PR #1379) since the acorn motionPath parser is also added there. Addresses #1370 R1-N1 (Rames). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bf7e694 commit 72bb2d3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/core/src/parsers/gsapParserAcorn.full.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
* T6d: parse-parity suite — runs the full gsapParser.test.ts parse scenarios
44
* against parseGsapScriptAcorn. Write-path tests are it.skip'd; those live
55
* in gsapWriter.acorn.test.ts.
6+
*
7+
* Trust model: assertions here trust the recast-baseline outputs from
8+
* gsapParser.test.ts as ground truth. T6b (gsapParser.acorn.test.ts) carries
9+
* the real behavioral parity contract; this file widens coverage to the full
10+
* corpus without duplicating the contract commentary.
11+
* motionPath parity tests live in the Phase 3b commit (PR #1379) because that
12+
* commit adds the acorn motionPath parser itself.
613
*/
714
import { describe, it, expect } from "vitest";
815
import { parseGsapScriptAcorn } from "./gsapParserAcorn.js";

0 commit comments

Comments
 (0)