Add MD035 with tests.

This commit is contained in:
David Anson 2015-04-14 09:40:16 -07:00
parent 9acbb2750e
commit 762d8425ca
12 changed files with 166 additions and 3 deletions

View file

@ -498,7 +498,7 @@ module.exports.badFileSync = function badFileSync(test) {
};
module.exports.readme = function readme(test) {
test.expect(80);
test.expect(83);
var tagToRules = {};
rules.forEach(function forRule(rule) {
rule.tags.forEach(function forTag(tag) {
@ -555,7 +555,7 @@ module.exports.readme = function readme(test) {
};
module.exports.doc = function doc(test) {
test.expect(123);
test.expect(127);
fs.readFile("doc/Rules.md", shared.utf8Encoding,
function readFile(err, contents) {
test.ifError(err);