prettier/tests/template/inline.js

62 lines
859 B
JavaScript

this._pipe.write(`\n\n Pattern matches ${total} ${pluralizeTest}`);
this._pipe.write(
`\n\n Pattern matches ${total} ${pluralizeTest}`
);
this._pipe
.write(
`\n\n Pattern matches ${total} ${pluralizeTest}`
);
this._pipe.write(`\n\n Pattern matches ${total} ${pluralizeTest} but that's long`);
this._pipe.write(
`\n\n Pattern matches ${total} ${pluralizeTest} but that's long`
);
this._pipe.write(`
\n\n Pattern matches ${total} ${pluralizeTest} but that's long
`);
() => `
a
`;
() =>
`
a
`;
(): {
someLong: boolean,
t: boolean
} => `
a
`;
(): {
someLong: boolean,
t: boolean
} =>
`
a
`;
(
someLong: boolean,
t: boolean
) => `
a
`;
(
someLong: boolean,
t: boolean
) =>
`
a
`;
// https://github.com/prettier/prettier/issues/5529
editTitle += `${iconHTML({ class: "reply-to-glyph" })}`;