Miel Truyen 5ae59102b5
Some checks failed
continuous-integration/drone/push Build is failing
First private release. Check updated README.md for details
2023-04-30 13:29:47 +02:00

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());