Skip to content

Commit d1847c7

Browse files
committed
Update test.js
1 parent fe659e7 commit d1847c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.js

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ var it = require('mocha').it;
44
var expect = require('chai').expect;
55

66
describe('PostHTML-Parser test', function() {
7+
it('should be parse doctype in uppercase', function() { expect(parser('<!DOCTYPE html>')).to.eql(['<!DOCTYPE html>']); });
8+
79
it('should be parse comment', function() {
810
expect(parser('<!--comment-->')).to.eql(['<!--comment-->']);
911
});

0 commit comments

Comments
 (0)