pub fn test_fixture_allowing_error<P>(
    syntax: Syntax,
    tr: &dyn Fn(&mut Tester<'_>) -> P,
    input: &Path,
    output: &Path
)where
    P: Fold,