Skip to content

Commit

Permalink
Merge pull request #111 from usagizmo/fix/typo-109
Browse files Browse the repository at this point in the history
Fix typo (#109)
  • Loading branch information
taoqf committed Apr 12, 2021
2 parents f567abf + 7142b17 commit 4e50318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/109.js
Expand Up @@ -6,7 +6,7 @@ describe('self-close tag', function () {
const root = parse(html);
root.toString().should.eql(html);
});
it('inptu is self-closing', async function () {
it('input is self-closing', async function () {
const html = '<input value="foo" />';
const root = parse(html);
root.toString().should.eql('<input value="foo" >');
Expand Down

0 comments on commit 4e50318

Please sign in to comment.