()
| 54 | </body></html>`; |
| 55 | |
| 56 | function freshWithVars() { |
| 57 | return parseMutable(VARIABLES_HTML); |
| 58 | } |
| 59 | |
| 60 | /** Read the default value for a variable id from the parsed document. */ |
| 61 | function readVarDefault(parsed: ReturnType<typeof parseMutable>, id: string): unknown { |
no test coverage detected