mirror of https://github.com/sveltejs/svelte
parent
292abdbb1d
commit
75badc6511
@ -1,5 +1,5 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
html: '<code>`${foo}\\n`</code>\n\`\n<div title="`${foo}\\n`">foo</div>\n<div>`${foo}\\n`</div>'
|
||||
html: '<code>`${foo}\\n`</code>\n`\n<div title="`${foo}\\n`">foo</div>\n<div>`${foo}\\n`</div>'
|
||||
});
|
||||
|
||||
Loading…
Reference in new issue