Skip to content

Commit a9fb76d

Browse files
committed
test: update expectation
1 parent 1015911 commit a9fb76d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/shared/utils/html.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('decodeHtmlEntities', () => {
99
['"', '"'],
1010
[''', "'"],
1111
[''', "'"],
12-
[' ', ' '],
12+
[' ', '\u00A0'],
1313
] as const)('%s → %s', (input, expected) => {
1414
expect(decodeHtmlEntities(input)).toBe(expected)
1515
})

0 commit comments

Comments
 (0)