Skip to content

Commit

Permalink
test: add test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh2812 committed Oct 23, 2024
1 parent 0a5ce35 commit bbcce97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/expectedJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ export default {
]
},
"inline-classname-and-id": {
"html": '<p><span>This is test for adding inline <span class=class>class</span> and <span id=id>id</span></span></p>',
"html": '<p><span>This is test for adding inline <span class="class">class</span> and <span id="id">id</span></span></p>',
"json": [
{
"type": "p",
Expand Down

0 comments on commit bbcce97

Please sign in to comment.