Skip to content

Commit bbcce97

Browse files
committed
test: add test cases
1 parent 0a5ce35 commit bbcce97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/expectedJson.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ export default {
17171717
]
17181718
},
17191719
"inline-classname-and-id": {
1720-
"html": '<p><span>This is test for adding inline <span class=class>class</span> and <span id=id>id</span></span></p>',
1720+
"html": '<p><span>This is test for adding inline <span class="class">class</span> and <span id="id">id</span></span></p>',
17211721
"json": [
17221722
{
17231723
"type": "p",

0 commit comments

Comments
 (0)