We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1015911 commit a9fb76dCopy full SHA for a9fb76d
1 file changed
test/unit/shared/utils/html.spec.ts
@@ -9,7 +9,7 @@ describe('decodeHtmlEntities', () => {
9
['"', '"'],
10
[''', "'"],
11
[''', "'"],
12
- [' ', ' '],
+ [' ', '\u00A0'],
13
] as const)('%s → %s', (input, expected) => {
14
expect(decodeHtmlEntities(input)).toBe(expected)
15
})
0 commit comments