From 9960f3c35363fa05a35384a0303f307fcb442026 Mon Sep 17 00:00:00 2001 From: vvakame Date: Thu, 3 Sep 2015 21:56:56 +0900 Subject: [PATCH] fix cheerio/cheerio-tests.ts --- cheerio/cheerio-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheerio/cheerio-tests.ts b/cheerio/cheerio-tests.ts index c41939a30..2f7b9f948 100644 --- a/cheerio/cheerio-tests.ts +++ b/cheerio/cheerio-tests.ts @@ -29,7 +29,7 @@ $ = cheerio.load(html, { normalizeWhitespace: true, xmlMode: true, decodeEntities: true, - lowercaseTags: true, + lowerCaseTags: true, lowerCaseAttributeNames: true, recognizeCDATA: true, recognizeSelfClosing: true