Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 16, 2024
1 parent f44c3b3 commit c0b9bd1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/compiler-dom/__tests__/decoderHtmlBrowser.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ describe('decodeHtmlBrowser', () => {
true,
),
).toBe('<strong><strong>&</strong></strong>')
expect(decodeHtmlBrowser('"', true)).toBe(
'"',
)
expect(decodeHtmlBrowser("'", true)).toBe(
"'",
)
expect(decodeHtmlBrowser('"', true)).toBe('"')
expect(decodeHtmlBrowser("'", true)).toBe("'")
})
})

0 comments on commit c0b9bd1

Please sign in to comment.