export async function precondition({read, assert}) {
    const text = await read(filename);
    assert(text !== format(text));
}