5 lines
193 B
JavaScript
5 lines
193 B
JavaScript
export const test = ()=>{
|
|
return `I'm "annoying" ${"in case we need to test \`string\` escaping."}. Hence this files \'tries\' to include all allowed forms of 'it'`;
|
|
}
|
|
console.log(test());
|