(label: string, n: number)
| 3 | |
| 4 | // A page whose ANSWER sits in the MIDDLE — the region a head+tail window drops. |
| 5 | const filler = (label: string, n: number) => Array.from({ length: n }, (_, i) => `${label} paragraph ${i} with generic boilerplate navigation footer cookie banner text.`).join('\n\n'); |
| 6 | const PAGE = [ |
| 7 | '# Widget API reference', // passage 0 — lede/anchor |
| 8 | filler('intro', 12), |
no outgoing calls
no test coverage detected