plugin(files, metalsmithFixture(), error => {
            t.falsy(error);
            t.deepEqual(files, {
                'output/path': {contents: Buffer.from('lorem\n \nipsum\n')},
                'first/file': {contents: Buffer.from('lorem')},