mermaid
Version:
Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.
14 lines (13 loc) • 519 B
TypeScript
/**
* Element-mapping tests for the agentflow parser (v0.8.1).
*
* Verifies that the JISON action blocks populate `elementMappings` via the
* `addVertexMapping` / `addEdgeMapping` / `addSubgraphMapping` /
* `addConnectorMapping` hooks, that the reported positions land on the
* right line numbers, and that `setFrontmatterLineOffset` shifts positions
* into original-source space.
*
* Corresponding infrastructure lives in `agentflowDb.ts` and the grammar
* action blocks in `agentflow.jison`.
*/
export {};