Skip to content

Commit 729ec64

Browse files
committed
Update test.js
1 parent 5e691b4 commit 729ec64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +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() {
8-
expect(parser('<!DOCTYPE html>')).to.eql(['<!DOCTYPE html>']);
7+
it('should be parse doctype in uppercase', function() {
8+
expect(parser('<!DOCTYPE html>')).to.eql(['<!DOCTYPE html>']);
99
});
1010

1111
it('should be parse comment', function() {

0 commit comments

Comments
 (0)