pull/11411/head
Dominic Gannaway 2 years ago
parent 7053cb063d
commit 08c2c253dc

@ -0,0 +1,7 @@
import { test } from '../../test';
export default test({
test({ assert, target }) {
assert.htmlEqual(target.innerHTML, '<div title="&amp;<">blah</div>');
}
});
Loading…
Cancel
Save