fix cheerio/cheerio-tests.ts

This commit is contained in:
vvakame
2015-09-03 21:56:56 +09:00
parent 43da925b57
commit 9960f3c353

View File

@@ -29,7 +29,7 @@ $ = cheerio.load(html, {
normalizeWhitespace: true,
xmlMode: true,
decodeEntities: true,
lowercaseTags: true,
lowerCaseTags: true,
lowerCaseAttributeNames: true,
recognizeCDATA: true,
recognizeSelfClosing: true