mirror of https://github.com/sveltejs/svelte
parent
7053cb063d
commit
08c2c253dc
@ -0,0 +1,7 @@
|
||||
import { test } from '../../test';
|
||||
|
||||
export default test({
|
||||
test({ assert, target }) {
|
||||
assert.htmlEqual(target.innerHTML, '<div title="&<">blah</div>');
|
||||
}
|
||||
});
|
||||
@ -0,0 +1 @@
|
||||
<div title="&<">blah</div>
|
||||
Loading…
Reference in new issue