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 758fa18 commit 7b8cc96Copy full SHA for 7b8cc96
packages/hast-util-to-babel-ast/src/index.test.js
@@ -77,7 +77,7 @@ describe('hast-util-to-babel-ast', () => {
77
)
78
})
79
80
- it('string litterals children of tspan nodes should have decoded XML entities', () => {
+ it('string literals children of tspan nodes should have decoded XML entities', () => {
81
const code = `<svg><text><tspan><</tspan></text></svg>`
82
expect(transform(code)).toMatchInlineSnapshot(
83
`"<svg><text><tspan>{\\"<\\"}</tspan></text></svg>;"`,
0 commit comments