We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e691b4 commit 729ec64Copy full SHA for 729ec64
test/test.js
@@ -4,8 +4,8 @@ var it = require('mocha').it;
4
var expect = require('chai').expect;
5
6
describe('PostHTML-Parser test', function() {
7
- it('should be parse doctype in uppercase', function() {
8
- expect(parser('<!DOCTYPE html>')).to.eql(['<!DOCTYPE html>']);
+ it('should be parse doctype in uppercase', function() {
+ expect(parser('<!DOCTYPE html>')).to.eql(['<!DOCTYPE html>']);
9
});
10
11
it('should be parse comment', function() {
0 commit comments