Skip to content

Commit

Permalink
test(cases): add empty string test case to html.js
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Nov 3, 2019
1 parent f61f2d8 commit 25d7e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/cases/html.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,9 @@ module.exports = [
{
name: 'closing tag',
data: '</div>'
},
{
name: 'empty string',
data: ''
}
];

0 comments on commit 25d7e8a

Please sign in to comment.