Skip to content

Commit 17b0c04

Browse files
committed
style(test): update title
1 parent b3e4c2d commit 17b0c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ describe('PostHTML-Parser test', function() {
5858
expect(parser('<!--comment-->')).to.eql(['<!--comment-->']);
5959
});
6060

61-
it('should be parse comment', function() {
61+
it('should be parse CDATA', function() {
6262
expect(parser('<script><![CDATA[console.log(1);]]></script>', {xmlMode: true}))
6363
.to.eql([{tag: 'script', content: ['console.log(1);']}]);
6464
});

0 commit comments

Comments
 (0)