change: remove deprecated features, coverall

This commit is contained in:
harttle
2017-12-23 21:31:55 +08:00
parent dabde0e9e4
commit 0f9adfb067
4 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ function parse (input, file, options) {
function parseHTMLToken (begin, end) {
var htmlFragment = input.slice(begin, end)
currIndent = _.last((htmlFragment || '').split('\n')).length
currIndent = _.last((htmlFragment).split('\n')).length
return {
type: 'html',