mirror of https://github.com/vuejs/core.git
chore: format
This commit is contained in:
parent
f44c3b37d4
commit
c0b9bd125c
|
@ -40,11 +40,7 @@ describe('decodeHtmlBrowser', () => {
|
||||||
true,
|
true,
|
||||||
),
|
),
|
||||||
).toBe('<strong><strong>&</strong></strong>')
|
).toBe('<strong><strong>&</strong></strong>')
|
||||||
expect(decodeHtmlBrowser('"', true)).toBe(
|
expect(decodeHtmlBrowser('"', true)).toBe('"')
|
||||||
'"',
|
expect(decodeHtmlBrowser("'", true)).toBe("'")
|
||||||
)
|
|
||||||
expect(decodeHtmlBrowser("'", true)).toBe(
|
|
||||||
"'",
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue