Skip to content

Commit e2f6cb5

Browse files
committed
test: change to number with quote
1 parent 94603e5 commit e2f6cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test-core.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,8 @@ test('{QuoteStyle} for width/height attrs in img', t => {
547547
tag: 'img',
548548
attrs: {
549549
src: 'https://example.com/example.png',
550-
width: 20,
551-
height: 20
550+
width: '20',
551+
height: '20'
552552
}
553553
};
554554
const expected = '<img src="https://example.com/example.png" width="20" height="20">';

0 commit comments

Comments
 (0)