Skip to content

Commit 08c2c25

Browse files
committed
add test
1 parent 7053cb0 commit 08c2c25

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { test } from '../../test';
2+
3+
export default test({
4+
test({ assert, target }) {
5+
assert.htmlEqual(target.innerHTML, '<div title="&amp;<">blah</div>');
6+
}
7+
});
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<div title="&amp;&lt;">blah</div>

0 commit comments

Comments
 (0)