Skip to content

Commit

Permalink
Improve sentence in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
acstll committed Nov 20, 2017
1 parent 9ac022c commit 0ecf3f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ test('Custom CSS properties', function (t) {
t.end()
})

test('Escape HTML in the text content', function (t) {
test('Escape HTML in text', function (t) {
var vnode = h('div', ['<p></p>'])

t.equal(toHTML(vnode), '<div>&lt;p&gt;&lt;/p&gt;</div>')
Expand Down

0 comments on commit 0ecf3f2

Please sign in to comment.